Having error messages appear when a form the submitted is great and I’ve figured that out, mostly, but how about fields which are not required but need to have validation as the form is being filled-out? For example, a pwd/pwd-confirmation set. Can anyone give me a tip about how to create a message immediately and under/near the field, as soon as the fields are filled out, that the passwords don’t match? The fields are not required but when they are filled in, the message would appear before the form submission. Thanks in advance.
Afaik only if you apply your own javascript. You still have to check in the code though, to prevent issues. I.e. on hack attempts.
Just now saw this. Many thanks.