Is there a way to clean up emails in forms by setting a requirement that emails must have a proper domain?
1. We are getting bogus leads or typos without proper domains ex:
(a) test@domaincom
(b)test@domain
This solution, http://codepen.io/figureone/pen/JKzjvE/?editors=0010
, works great! It is very extensible.
Is there a way to insert something at the form level? We have over 200 landing pages, which may take a long time to input.
If your landing pages are built on a few templates, placing that on the template should do the trick.