Hide Validation Message
For reason I'd rather not go into, I'm displaying a validation message (in a little red callout) when my form is loaded. Does the API have a method to hide that?
For reason I'd rather not go into, I'm displaying a validation message (in a little red callout) when my form is loaded. Does the API have a method to hide that?
Thanks, this get me partway there. It still pops up as soon as I click any field, though.
If you have CSS { display:none !important} on .mktoError, the error will never display.
Yes, I'm auto-submitting a hidden form fill on page load and then displaying the form if it fails to submit. (Also, I'm aware that there are better ways to go about things than submitting a hidden form, so please let's not enter that philosophical discussion).
I don't have a problem with auto-submitting. It's actually the most scalable way to do a lot of things which people mistakenly attempt to do using the API.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.