Using Google’s new, “I’m Not A Robot”, No CAPTCHA, reCAPTCHA in a CMSB Form (A Tutorial)

8 posts by 5 authors in: Forums > CMS Builder
Last Post: June 18, 2015   (RSS)

Thanks for the tutorial Jerry! You can see an example of this new system on our sign-up page:

http://www.interactivetools.com/add-ons/login_createAccount.php

You'll need to be logged out to see the captcha at the bottom of the page.

Cheers,

Greg

Greg Thomas







PHP Programmer - interactivetools.com

Thank you Jerry, Dave and Greg!

This type of practical and timely tutorial is yet another excellent  value that this team and community offer their users. Would love to see more of these - and presumably see them added to Jerry's book.

Jayme

By gkornbluth - May 14, 2015

Thank you Jayme,

I certainly add any recipes that I have written, (like this one) to the CMSB Cookbook http://www.thecmsbcookbook.com , along with any others that I find interesting (and that have solutions posted).

If you or any other CMSB user comes across any posts (or tips of your own) that you think should be included as recipes, please send me an email at cookbook@thecmsbcookbook.com and I'll certainly make an effort to include it.

Best,

Jerry Kornbluth

The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

By Toledoh - June 17, 2015

Has anyone come across the issue of this simply not displaying?  the code seems to be there, just no content?

https://server.toledoh.com/~oryxautomation/test.php

https://server.toledoh.com/~oryxautomation/test2.php

Cheers,

Tim (toledoh.com.au)

By Dave - June 18, 2015

Tim, 

On the first link (test.php) does it make a difference if you drop "async defer" from the script tag? 

<script src='https://www.google.com/recaptcha/api.js' async defer></script>

Dave Edis - Senior Developer
interactivetools.com

By In-House-Logic - June 18, 2015 - edited: June 18, 2015

Hi Tim,

I'm getting the following errors on both links:

ERROR: Invalid domain for site key

But I can see the include in both cases. The second also shows a form.

Jayme

By Toledoh - June 18, 2015 - edited: June 18, 2015

Ahhh.

Probably not letting me run off an ip address...  Thanks Jayme.

https://server.toledoh.com/~oryxautomation/test2.php works fine - same page.  

Cheers,

Tim (toledoh.com.au)