Skip to main content

1. Add HTML form in Unbounce

Add Custom HTML component to your Unbounce page:
Unbounce Custom HTML Component
Add the following code to the Custom HTML component:

2. Surface Form Constructor

Unbounce JavaScript Settings
  1. In the bottom toolbar, click the “JavaScript” button
  2. Click “Add New JavaScript”
  3. Replace the <question_id> with the question ID from the Surface Form Builder
Question ID Location
  1. Add the following script:
  1. Make sure to replace the REPLACE ME WITH FORM URL with your Surface form URL
  2. Set the script placement to “Before the body Tag”
  3. Click “Done” to save the changes
This is what your script should look like:
Unbounce Script Configuration