Adding reCAPTCHA to registration (RevCMS).

Joshhh

Member
Apr 13, 2016
323
172
Hello Devbest!
I'm just going to make a quick tutorial on how to add reCAPTCHA to your hotel.

First make sure you are logged into a google account, and then head over to this page,
D1mhRkk.png

You will see this, and you need to fill in the information provided. For the label you may enter "Register", and for your domains you enter your domain of your hotel; hotel.com
You don't need to include the "http://", and then just click 'Register'.
It will then bring you to this page:
ZIDqNtn.png

Paste this code, before your closing head tag (</head>);
Code:
<script src='https://www.google.com/recaptcha/api.js'></script>
Also, wherever you want the reCAPTCHA to show, paste this code;
Code:
<div class="g-recaptcha" data-sitekey="Replace with your Site Key"></div>
Where it says 'Replace with your Site Key', paste your site key.
Hopefully your register page will have the reCAPTCHA security there. :up:

Here are some types of captcha here: .
 
Hopefully this will come in handy for some people! :)
 
Last edited:

Poizone

Member
Sep 7, 2011
66
19
I think more people could use this knowledge, almost every hotel I've seen on the retro list thats using RevCMS has no ReCaptcha at all and is potential of being botted by someone making their db take up space for fake accounts.
 
Last edited:

Users who are viewing this thread

Top