ReCAPTCHA Demo Script
Use this demo to try our tutorial about how-to create a custom CAPTCHA image using the reCAPTCHA API.
Enter the text below and click Submit or click here get a new challenge.
Tutorial resources
Do you noticed the function to get the next challenge?
This link doesn't reload the page, but will request a new challenge using the following jQuery code:
$('#refrimg').click(function() { Recaptcha.reload(); });
Create a link with the an ID refrimg and add the jQuery function into your page.