Skip to content
Snippets Groups Projects
Commit 47c1dd9a authored by mattwire's avatar mattwire
Browse files

Fix recaptcha

parent c620713b
No related branches found
No related tags found
1 merge request!2096.8
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
CRM.payment.resetBillingFieldsRequiredForJQueryValidate(); CRM.payment.resetBillingFieldsRequiredForJQueryValidate();
if (script.getReCAPTCHAToken()) { if (script.getReCAPTCHAToken()) {
let recaptcha = script.reloadReCAPTCHA(); let recaptcha = await script.reloadReCAPTCHA();
// Insert the token ID into the form so it gets submitted to the server // Insert the token ID into the form so it gets submitted to the server
var hiddenInput2 = document.createElement('input'); var hiddenInput2 = document.createElement('input');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment