Change email type on submission form?
-
Greets, Yannick!
I use a Javascript debounce.io script across my website to validate against bad emails on form submissions. It searches for all fields with the attribute type=”email” and name=”email”.
Since your form uses “ll_email” values/label it won’t trigger Debounce.
Any chance you can change the type=text for email to type=email in the form so Debounce (and probably other email validators) can verify the email address? That would seem the easiest way to fix without needing to change your string values?
Thanks,
Ray
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Change email type on submission form?’ is closed to new replies.