Hi Is there any restriction in Marketo form submission like number of form submission per minute?
Solved! Go to Solution.
Hey Arunkumar, I don't believe there are any restrictions on the number of submissions/minute -- just as fast or slow as someone could refresh the page with the form.
But, if you want to restrict something from happening in response to the form fillout, you could change the criteria for the triggered campaign that is listening for the form fillout.
Thanks Dory. Is there any option to submit the form without reloading the page?
Once you hit submit, the form will automatically reload if there's no form completion page selected, if that's what you mean?
Also interested to know if the form can be submitted without reloading the page. I assume this onsubmit behavior is not editable
Oh, absolutely. It's not the onSubmit event you want, though, it's onSuccess (a.k.a. "after successful submit").
As long as you return false; from onSuccess, you can make anything you want happen after the data is posted.
The correct answer is 30 submissions per minute per source IP address.
Ah, good to know, Sanford. Thanks!