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

How to prevent a multi-step form from resetting when reCAPTCHA validation fails.

Overview

The issue occurs because the form's auto reCAPTCHA check causes the form to reload from the first step upon failure, clearing all entered data.
Disable the auto reCAPTCHA check in the form settings and manually configure a fail event action to reload the current step instead of restarting the form.

Answered
ChronoForms v6
cr 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
he 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.
cr 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.