recaptcha custom form: required
-
We used https://support.bestwebsoft.com/hc/en-us/articles/202352499-How-to-add-Google-Captcha-reCAPTCHA-plugin-to-a-custom-form-on-my-WordPress-website- to add the recaptcha on a custom form (we skipped step-2).
Recaptcha works, the styling is in place, but for now it is disabled because it is not set to be required. This is the main musthave.
What is the fix?
Something like this?
window.onload = function() { var $recaptcha = document.querySelector('???'); if($recaptcha) { $recaptcha.setAttribute("required", "required"); } };
- This topic was modified 6 years, 5 months ago by .
- This topic was modified 6 years, 5 months ago by .
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘recaptcha custom form: required’ is closed to new replies.