Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I see I see.That's my mistake, we just do our own client side validation. In order to get that message 'invalidInputMsg' I removed the client side validation. But, it does get caught by the onValidate(callback). I will use that.So that answers question 2, which was an oversight of onValidate() on my...
Hi Sanford Whiteman, thanks so much for the blog post and the expertise.I'm trying to implement it now. It occurred to me... is there any way to test my implementation? How would I be able to make it fail on purpose?Question 2: "Remember, onSubmitError is for network and server errors, like a TCP/I...
For MktoForms2, there is an .onSuccess(callback)but there doesn't seem to be a .onFailure(callback)I've read through the api many times, I can't seem to figure out a way to find out if the form submit has failed.Is there a way to do this? How do other people ensure they are aware when a form submiss...