Umbraco Forms - multiple submissions
# help-with-umbraco
p
Hi all, what is the best way to stop multiple form submissions on V10?
j
There is a ReCaptcha field included in the package you could use?
s
I've done it before with some custom javascript that disabled the submit button for a few seconds, after the submit succeeds, the browser will do a redirect and an F5 (refresh of the page) won't resubmit the form. Ps. Note that we have a #1127946593786675331 channel where Forms questions fit better.
p
@Jemayn Recaptcha is not able to stop the submission, unless I have missed something
Thanks @Sebastiaan I'll drop my question there. By any chance would you have a refence to the custom code that you used?
@Sebastiaan Also how does it work with the validations?
s
It was like.. 8 years ago, I can't actually remember 😂
p
Haha, no worries. Thanks @Sebastiaan
6 Views