zapz 0 Posted July 6 So I'm trying to use the integration code available for dologin.php post form (Utilities > Integration Code) login and I'm getting a captcha error: Please complete the captcha and try again. Is there a way to bypass this captcha when submitting forms? Or a way to implement it with the orignal html form? I'm using the hidden Google reCaptcha on the WHMCS login page and no captcha on the html off-whmcs page. 0 Quote Share this post Link to post Share on other sites
kennerty 0 Posted August 4 I have the same issue. Any solution? 0 Quote Share this post Link to post Share on other sites
leemahoney3 1 Posted August 4 I'd imagine you'd need to manually integrate the client side JavaScript for the reCaptcha again on the custom form so that it validates when you post through to dologin.php Another alternative is to disable the captcha but you have it enabled for a reason therefore I'd advise against disabling it. 0 Quote Share this post Link to post Share on other sites
zapz 0 Posted August 7 That sounds complicated, any simpler methods? 0 Quote Share this post Link to post Share on other sites
leemahoney3 1 Posted August 8 I don't think so, the dologin.php page essentially just posts through to the login page therefore if you have a captcha enabled on the login form, it will be expecting the token from the client side. Implementing the ReCaptcha should be easy enough, the resources below may help. https://developers.google.com/recaptcha/intro 0 Quote Share this post Link to post Share on other sites