Page 1 of 1

Form field validation

Posted: Thu Jan 16, 2020 9:45 am
by Ton
Hello,
I get a lot of spam, most of them with the form field Email filled in with the same country-ending. If I could validate on the content of that field then I could block a lot of spam. I've seen that this is possible with javascript (https://www.w3schools.com/js/js_validation.asp).
Is it possible to do this with Quick 'n Easy Web Builder?
Best,
Ton

Re: Form field validation

Posted: Thu Jan 16, 2020 6:02 pm
by Pablo
QWB has built-in form validation.
http://www.quickandeasywebbuilder.com/validation.html

But you can also add custom code via the HTML object or Page HTML
http://www.quickandeasywebbuilder.com/add_html.html

Re: Form field validation

Posted: Thu Jan 16, 2020 10:20 pm
by Ton
Ok, thanks.