1. Add Form Block component

- In Webflow, click on
Add Element
to add a new element. - Select
Form Block
from the list of elements.
2. Configure Form Block component

- In the form block component, Select
Form
from the list of elements. - On the right side, under
Style Selector
, add thesurface-form-handler
class to the form.
3. Surface Form Constructor
Go to the Webflow dashboard >Project Section
> Select Custom Code
and add the following custom code into the footer
code section.
Add the data-question-id
attribute to your Surface form script.
You must replace the
<question_id>
within data-question-id
attribute below with the question ID from the Surface Form Builder.