ReCaptcha fail, how to stay in the same page multiform?

crealiagroup 29 May, 2019
I have a multi step form, in the last step I have submit button and google recaptcha. If click on submit button and recaptcha is not validated, the form reloads from first step and display me the recaptcha error message; also the data filled in fields are resetted.
Is there a way to keep the data filled in and keep the last step and display error message in this step instead of reloading from the first step?

Thanks in advance
healyhatman 30 May, 2019
Answer
1 Likes
Turn off the auto recaptcha check, put it in manually, and in the fail event put an event load action pointing to the page you want loaded on failure.
crealiagroup 30 May, 2019
Thanks for suggestions, I've switched the form setting to new 6.1 version and now I've seen the parameter for auto recaptcha check (disabled); I've done what you've suggested and seems work fine now.

Thanks!
This topic is locked and no more replies can be posted.