Embed forms on Popsy
Add a form to a Popsy site by pasting the embed link or the Standard snippet from the Share tab into Popsy's embed block.
Popsy is a website builder that edits like a Notion page, and it takes embeds the same way: paste an address or a block of code, and it draws the frame. A form built in Tinyform gives you both from its Share tab.
Publish the form
Build it at/forms/<id>/editand clickPublish.Open the Standard embed
Copy what Popsy accepts
ClickGet the code. Copy the snippet underEmbed codeif Popsy's block takes HTML, or the address underEmbed linkif it takes a URL. The link is the frame itself,/embed/<id>, carrying the switches you left on.Paste it into Popsy
Add Popsy's embed block where the form should sit and paste.
Inside a frame the form drops its page gutters to 8px at every width, so it fits a narrow column without a horizontal scrollbar. With the code snippet,
Dynamic height also lets the frame grow and shrink with the form; with the bare link there is no script on the page to do that, so size the block by hand.Back to Embed guides.