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.
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.