Skip to content
  • There are no suggestions because the search field is empty.

Embed a Paubox form on a Squarespace site

Paubox Forms lets you collect protected health information (PHI) through a HIPAA compliant intake form. Every published form has a live link you can place inside a Squarespace page, so visitors fill out the form without leaving your site. This article covers how to get that link and embed it using a Squarespace Code Block.

Before you start

  • Build and publish the form you want to embed in Paubox Forms
  • Confirm your Squarespace site is on a plan that supports the Advanced Code Block. Squarespace allows iframes only on its Core, Plus, Advanced, Business, and Commerce plans

How to get your form's link

  1. In Paubox Forms, open your form and confirm it shows as Published
  2. Click View Form at the top of the form editor to open the live form in a new browser tab
  3. Copy the full address from your browser's address bar. This is the link you will embed

How to embed the form in Squarespace

  1. Log in to Squarespace and open the page where you want the form
  2. Click Edit, then click an insert point to add a new block
  3. Search for and select Code to add a Code Block, choosing the Advanced Code Block so iframes are allowed
  4. Paste the snippet below into the block
  5. Replace the src value with the form link you copied
  6. Click outside the block, then click Save to publish your changes
<iframe
  src="PASTE_YOUR_FORM_LINK_HERE"
  title="Paubox form"
  style="width: 100%; height: 900px; border: 0;"
  loading="lazy">
</iframe>

The height value sets how tall the form area is. If your form is cut off or leaves extra blank space, adjust the height until it fits.

Confirm the form works

Squarespace may hide code block content while you are logged in to your account, so the form can look missing in the editor even when it is live for visitors. To check it:

  1. Open the published page in a private or incognito browser window
  2. Confirm the form loads and that you can submit a test entry
Note: If the page is part of a Squarespace index, the embedded form may not render. Move the page out of the index to display the form.