Subscribe to our newsletter and get proven marketing strategies for growing your business.
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.
Request a Live DemoNew lead notifications appear instantly in Slack and other messaging apps.
Don't worry about losing your phone numbers; Port current phone numbers at no charge.
Set up integrations so that lead value is instantly transferred between WhatConverts and the CRM
Simply download only the visible columns you have pulled up in your dashboard.
Subscribe to our newsletter and get proven marketing strategies for growing your business.