Geo Form
Enhance the forms on your Webflow website by autofilling fields or appending visitor data properties to gain more insights into submissions.
Last updated
Was this helpful?
Enhance the forms on your Webflow website by autofilling fields or appending visitor data properties to gain more insights into submissions.
Last updated
Was this helpful?
Apply the Geo Form data attribute to your Form element (not the Form Block).
An input field (set to hidden) will be generated for each available visitor data property. When the form is submitted, the data will be accessible alongside anything else included in the submission. For privacy reasons, the visitor's IP address is not automatically included.
To include or exclude specific properties, add the respective attribute noted in the table below, along with a comma-separated list of property names as the value. The property name is case-sensitive and must match the 'Property Variable' noted in the Visitor Data Properties table.
In order to improve page performance, Geoflow will wait until the visitor has interacted with the page (any element is clicked), before adding the hidden field(s) to the form(s).
Attribute Name | Attribute Value | Which Page Element? |
---|---|---|
No value is needed for the Geo Form data attribute; any value added will have no effect.
*ββββ βAttribute names with a red asterisk are required; all others listed in the table are optional.
data-geo-form*
N/A
<form>
data-gf-include
propertyName, propertyName
Any element with the Geo Form data attribute.
data-gf-exclude
propertyName, propertyName
Any element with the Geo Form data attribute.