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 DemoGet credit for the phone calls you're delivering for clients. White Label Call Tracking ties your agency's branding and marketing to every phone call lead your clients receive.
WhatConverts gives you the functionality to create custom reports to reveal insights for any type of company.
WhatConverts allows you to pick and choose which forms you would like to track on your site.
Within the email, simply click “Yes” or “No” to answer whether or not the lead is quotable.