Can't remove error message for honeypot field


#1

I am trying to remove an error message that is generated when a honeypot field is completed by a spammer (so that the spammer doesn’t know why the form submission is not working). I am having trouble finding where the error message is generated from. Does anyone know if these messages are generated automatically by Squiz? Thanks.


(Harinder Singh) #2

If you remove this keyword “%form_errors_message%” from your bodycopy then it hide all error messages.

It will best to include Client side validation instead of Server side.