---
title: How do I embed a Paperform form to Squarespace? | Paperform Help Center | Paperform Help Center | Paperform
description: Embedding to Squarespace is different from a standard embed. Here are Squarespace embedding instructions, and tips on fixing any issues you have.
url: "https://paperform.co/help/articles/squarespace-embedded-forms"
type: static
generatedAt: "2026-04-04T00:42:02.417Z"
---

How do I embed a Paperform form to Squarespace?
### Embedding
        ![(iframe)](https://www.loom.com/embed/be8e18d3dd914eda98e101b212480ba7?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true)

Embedding to Squarespace is different from a standard embed. Here's how to embed your Paperform forms on Squarespace:

 1. When your form is ready to be embedded, navigate to Share → Embed on your form Editor's page header.
 1. Copy the "*inline*" script. You **cannot** currently use full-screen embeds with Squarespace.
 1. Log in to your Squarespace site and click Edit on the section you would like your form to appear on.
 1. Choose *Code Block*, and paste the embed script you copied in *Step 2*.
 1. Save and refresh. Your form is now embedded!

### Troubleshooting

Some Squarespace themes have "Ajax" loading enabled. This is a feature that some Squarespace themes have enabled by default, which loads page navigations using JavaScript.

This makes the pages load faster, but the downside is that any JavaScript that is on the new page isn't fired. This means your Paperform forms can behave unexpectedly while embedded.

There are two workarounds for this:

 1. [Disable ajax loading on Squarespace.](https://support.squarespace.com/hc/en-us/articles/115000253288-Ajax-loading)
 1. Alternatively, you can add the Paperform embed code to the footer of the website so that it loads on any page. The script to add is shown below:

```html
<script src="https://paperform.co/__embed"></script>
```

## Gotchas

 - Full-screen embeds cannot be used with Squarespace websites.

### Related Articles
  [How do I embed my form?  You can find embed codes in the form editor under Share → Embed.](/help/articles/embed-forms/)
[How do I share my form?  You can share your form at any time by going to Share → Social & URL in the Form Editor.](/help/articles/how-do-i-share-my-form/)