Jump to content

Michael598

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Michael598

  1. if you want to use the native html5 popups, than here is the solution JavaScript: window.onload = function() { var $recaptcha = document.querySelector('#g-recaptcha-response'); if($recaptcha) { $recaptcha.setAttribute("required", "required"); } };
  2. Thanks for the info I will try to figure it out for more. CredibleBH.com
×
×
  • Create New...