Mobile app version of vmapp.org
Login or Join
Samaraweera270

: Google reCAPTCHA "Type the Text" I'm currently trying out Google reCAPTCHA and I want the challenges to be "Type the Text" where it will only shows digitized text/numbers and the user will just

@Samaraweera270

Posted in: #Captcha #Php

I'm currently trying out Google reCAPTCHA and I want the challenges to be "Type the Text" where it will only shows digitized text/numbers and the user will just type what they see on the digitized text/numbers, instead of choosing pictures to solve the challenge. Currently I'm using version 2 of it, but I'm wondering if there is a line of code to add so I can use the challenges like in version 1 or can I still use the version 1 instead of version 2.

Thank you for your help in advance.

Update

I tried changing the script
<script src='https://www.google.com/recaptcha/api/challenge?k=<?php echo RECAPTCHA_SITE_KEY; ?>'></script>

and the old version of reCAPTCHA is displaying but when submitting the form it returns

Captcha is invalid.

and the recaptcha is not displayed inside my form.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Samaraweera270

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme