Closed

Description
Recaptcha v2 field response is not recognized on submit (the page reloads and the form data is not saved.)
Reproduction
Specifics
Running a fresh installation of Umbraco 7.12.3 and Umbraco Forms 7.0.5, both installed into an empty project with Nuget. Tested with both IIS and IIS Express
Steps to reproduce
- Create an empty .NET application, install the latest release of Umbraco and Umbraco Forms via nuget.
- Add valid API credentials to umbracoForms.config, and add a recaptcha v2 to the sample form.
- Add the sample form to a page with the Umbraco Forms macro
- Navigate to the page with the embedded form, fill out any required fields, and complete the recaptcha field.
- Press submit
Expected result
The form should be submitted and saved when the recaptcha checkbox is checked (and the hidden textarea containing the postback value is present.)
Actual result
A valid captcha response is recognized in the UI (green checkbox), and an apparently valid token is added to the hidden textarea (#g-recaptcha-response). But, the form is not submitted/saved, and the recaptcha field prompts you to revalidate.
Metadata
Metadata
Assignees
Labels
No labels