Connect Forms Overview
For customers using existing web forms on their website
You may have noticed that in the Default Forms tab, there are two options:
Create a form
Import form
If your website already has marketing forms connected to systems like Marketo or HubSpot, there's no need to Create a form. Instead, you can just Import the existing forms.
You can use the following guides to import your forms:
Form Missing ID Property
If you're stuck on the "Submit a test response" modal - usually the issue may stem from the <form>
element lacking an id
HTML property.
This property is crucial for the Default script to identify forms properly. To resolve this, ensure the <form>
element has an assigned id
property. If you have any questions please reach out to us.
Last updated