Adding to Your Website
Once you have copied your JavaScript snippet from the Embed tab, follow the steps below for your website platform.
Wix
Wix's HTML embed runs inside a sandboxed iframe, so it requires a complete HTML document — not just the script tag on its own.
-
Open your site in the Wix Editor.
-
Click the "+" (Add Elements) button on the left panel.
-
Navigate to Embed Code → Embed HTML.
-
An HTML embed block will appear on the page. Click "Enter Code" in the settings panel.
-
Paste the following into the code editor, replacing
YOUR_SNIPPET_HEREwith your JavaScript snippet, then click Apply:<!DOCTYPE html>
<html lang="en">
<head></head>
<body>
YOUR_SNIPPET_HERE
</body>
</html> -
Resize and position the embed block where you want the form to appear on the page.
-
Click Publish to make the changes live.
Make the embed block tall enough to fit your form. If the form appears cut off, drag the bottom edge of the block downward.
Squarespace
The Code block is available on Business plan and above.
- Open the page where you want to add the form in the Squarespace page editor.
- Click the "+" button to add a new block at the location you want the form.
- Select Code from the block picker.
- Paste your JavaScript snippet into the code editor.
- Click Apply.
- Save and publish the page.
WordPress
Block Editor (Gutenberg)
- Open the page or post in the WordPress block editor.
- Click the "+" button to add a new block.
- Search for Custom HTML and select it.
- Paste your JavaScript snippet into the block.
- Click Update or Publish.
Classic Editor
- Open the page or post in the Classic Editor.
- Switch to the Text tab (top right of the editor toolbar).
- Paste your JavaScript snippet where you want the form to appear in the page.
- Click Update or Publish.
Using the Direct Link instead
If your website platform does not support custom HTML or JavaScript, use the Direct Link option from the Embed tab instead. You can:
- Share the link directly (e.g. in emails or social media).
- Embed it as an
<iframe>if your platform supports that but not<script>tags. - Link to it from a button or navigation menu on your site.