LeadBI Native Forms allows you to capture data from existing website forms.
To target a specific form you need to specify an html5 id associated with the form, by not specifying it leadbi will try to capture all forms from the page.
- Email - any input with the text 'email' in the name field or any input with the attribute
data-leadbi-email="true"
- Full Name - any input with the text 'full?name' in the name field or any input with the attribute
data-leadbi-full-name="true"
- First Name - any input with the text 'first?name' in the name field or any input with the attribute
data-leadbi-first-name="true"
- Last Name - any input with the text 'last?name' in the name field or any input with the attribute
data-leadbi-last-name="true"
- Company - any input with the text 'company' in the name field or any input with the attribute
data-leadbi-company="true"
- Website - any input with the text 'website' in the name field or any input with the attribute
data-leadbi-website="true"
- Phone - any input with the text 'phone' in the name field or any input with the attribute
data-leadbi-phone="true"
- Role - any input with the text 'role' in the name field or any input with the attribute
data-leadbi-role="true"
Note: ? - can be any set of characters or nothing at all