BECOME A POWER-USER 🏆 Maximize the full potential of WhatConverts! Learn more
If you are receiving form submissions without all the form data filled in, users are submitting the form in that state. WhatConverts processes the form submission if there is at least one value after the user submits the form. If the form requires the user to go back and fill out missing fields, WhatConverts will again process the form submission. So you may end up with two leads from the same user.
To address this issue, we suggest implementing a required attribute on form fields that are required. There are three ways that you can require a field be submitted that WhatConverts can identify. When present, it lets us know the form field must be filled out before the form can be processed.
<input name="first_name" type="text" required>
<input name="first_name" type="text" class="required">
<input name="first_name" type="text" aria-required="true">
A regular expression, or regex, can be used to check for form fields and validate the data in the field itself. It can be something such as an email or a number. WhatConverts honors the Regex pattern if it is set.
An example of validating an email address in your form:
<input type="email" name="email" pattern="^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)" required>
One of our marketing experts will give you a full presentation of how WhatConverts can help you grow your business.
Schedule a DemoAllow your people to qualify incoming calls as leads as soon as the call ends.
See leads in your inbox instantly.
Improve PPC by knowing which keywords led to phone calls and became conversions.
Measure the exact revenue that each of your leads generated via eCommerce.