When you submit a GForm and if there’s a validation error, the widget doesn’t re-load and it’s impossible to submit the form without refreshing and starting from scratch.
In the console, the following error shows up:
“Uncaught ReferenceError: turnstile is not defined
at (index)”
Another smaller issue is that when you have the “Disable Submit Button” option enabled, the GForm’s button gets disabled on submission and remains disabled after a validation error.
And an even smaller issue I found by accident was when I changed my API keys, I forgot to “test” them immediately after and the registration form still loaded the widget while the login form did not.
- This topic was modified 18 minutes ago by . Reason: Additional feedback
