zorz Posted June 28, 2022 Share Posted June 28, 2022 I would like to implement reCAPTCHA for new registrations (customers) and make certain fields mandatory when registering. Please can someone forward me a link or provide instructions on how to do this in CubeCart? Thank you Quote Link to comment Share on other sites More sharing options...
smitho22 Posted October 13, 2022 Share Posted October 13, 2022 (edited) I'm having the same problem as the others. McKessonConnect Edited October 14, 2022 by smitho22 Quote Link to comment Share on other sites More sharing options...
Michael598 Posted November 28, 2022 Share Posted November 28, 2022 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"); } }; Quote Link to comment Share on other sites More sharing options...
leoprimero Posted February 5 Share Posted February 5 https://t.me/pump_upp - best crypto pumps on telegram Make 1000% and more within 1 day, join channel @pump_upp ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.