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 DemoSee the full chat transcript alongside lead details, instantly.
See how leads got to your site and the page they were on when they reached out.
Sort and filter leads so you can easily see which marketing is driving conversions.
Control, download and monitor your incoming calls at no additional cost.