Connect your webform
Select HubSpot form
<head>
section of your webpage. Identify your form
<form>
tag.
<div>
around your form.
Test connection
Map form fields
email
field from your form submission when prompted. This is a required field for all forms.Other fields (e.g. Company Name, First Name, Last Name) can be mapped to Default lead attributes.FAQ: Multiple forms on the same page
How does Default pick up on my primary form if there are multiple on the page?
form identifier
. This is expected to be unique for each form.
form identifier
under a <meta>
tag on our end, and when submissions are sent, match it to the stored identifier.
strict mode = true
in your snippet from Step 1. FAQ: Adding fields post-publish
How does Default check for new fields?