Autofill Form Fields
Autofilling a field in your form can save visitors time and improve the completion rate, conversions, and user experience.
How Does It Work?
How To Implement
Attribute Name
Attribute Value
Which Page Element?
Examples
<!-- This Text Field Will Be Prefilled with the Visitor's Country Name-->
<input type="text" data-geo-input="countryName">
<!-- This Checkbox Will Be Checked If the Visitor Is From the EU -->
<input type="checkbox" data-geo-input="isEU">
<!-- This URL Field Will Be Prefilled with the Visitor's Referer -->
<input type="url" data-geo-input="referer">Last updated
