Open ar4s opened 3 years ago
From the Google developers guide:
Note: reCAPTCHA tokens expire after two minutes. If you're protecting an action with reCAPTCHA, make sure to call execute when the user takes the action rather than on page load
The reCaptcha will often expire before the user has time to fill in the form if loaded with the form. It should be attached to the form submit action instead. The form builder needs some changes to accommodate this.
Closes #33