48 comments found.
Does the captcha works on wordpress registration form, lost password, comment etc. ? Which forms works your captcha for wordpress ?
Hi,
Captcha works with the following standard WordPress forms: registration form, login form, reset password form and comments form.
Regards, BestWebSoft Support Team
Does the captcha works on BuddyPress registration form ?
Greetings,
No, unfortunately, Captcha Plus does not work with BuddyPress. However, an option to integrate captcha with BuddyPress is available in Captcha Pro: http://bestwebsoft.com/products/captcha/
Regards, BestWebSoft Support Team.
Hi, I just bought captcha plus and it is not working in my contact 7 form. I submitted the request twice but both times it said that the support request was not submitted as I needed to verify my email and no email has come through. Please help. Thanks.
Greetings,
Thank you for contacting us. Presently, our Captcha Plus plugin is compatible with Contact Form 7 up to version 4.0.3 inclusive.
Starting from the version 4.1, checking API in Contact Form 7 has changed, for this matter, our plugin does not work with Contact Form 7 plugin version 4.1 and later. We will try to fix this in the next plugin update.
Until we release the update, you can install previous Contact Form 7 generation – version 4.0.3 or earlier, if you would prefer not to wait for the plugin update.
Regards, BestWebSoft Support Team.
i bought the pro version, it called for an update on the plugins page, i updated it and it put on the free version:) so had to delete it and put the pro back on again, might want to fix that cheers
Greetings,
Unfortunately, it was impossible for us to reproduce this bug locally. Thus, we kindly ask you to contact us on our support forum (http://support.bestwebsoft.com/) and provide your System status. Instruction – https://docs.google.com/document/d/1Wi2X8RdRGXk9kMszQy1xItJrpN0ncXgioH935MaBKtc/edit
Regards, BestWebSoft Support Team.
The plug in with contact form 7 doesn’t work. The mail is sent without insert the value! Any answer? Please…
Hi, Please, create a ticket on our support forum http://support.bestwebsoft.com and provide the following information: - a link to this post (so we can understand what you mean)
- a link to the contact form page and our CAPTCHA
- your WP version, CAPTCHA+ plugin version and CF7
- a screenshot of your contact form page in the CF7 plugin editor, where the code of the form is displayed.
If we understand correctly, you have added our captcha on your form, but yet the form is submitted without entering captcha value?
+1 gravity forms… i don’t make any websites without it
Hi pleiadene,
You can add Captcha to Gravity Forms just as you would add it to any other custom form. Please follow the guide below:
1. Install Captcha Plus plugin and activate it.
2. Open the file with the form (where you would like to add the captcha to).
3. Find a place to insert the code for captcha output.
4. Insert the necessary lines: if( function_exists( ‘cptch_display_captcha_custom’ ) ) { echo ”<input type=’hidden’ name=’cntctfrm_contact_action’ value=’true’ />”; echo cptch_display_captcha_custom() } ; If the form is HTML you should insert the line with the PHP tags: <?php if( function_exists( ‘cptch_display_captcha_custom’ ) ) { echo ”<input type=’hidden’ name=’cntctfrm_contact_action’ value=’true’ />”; echo cptch_display_captcha_custom(); } ?>
5. Then you should add the lines to the function of the entered data checking if( function_exists( ‘cptch_check_custom_form’ ) && cptch_check_custom_form() !== true ) echo “Please complete the CAPTCHA.” or <?php if( function_exists( ‘cptch_check_custom_form’ ) && cptch_check_custom_form() !== true ) echo “Please complete the CAPTCHA.” ?> You could add this line to the variable and display this variable in the required place instead of – echo “Please complete the CAPTCHA.”. If there is a variable (responsible for the errors output) in the check function, this phrase can be added to this variable. If the function returns ‘true’, it means that you have entered captcha properly. In all other cases the function will return ‘false’.
Regards, BestWebSoft Team.
Can I use this with Gravity Forms?
Hi studiochimp,
To integrate the plugin with Gravity Forms, please use the instruction on adding captcha to a custom form: Captcha FAQ.
Regards, BestWebSoft Team.
Can be used in wp login form?
Because I had alot of false login in my website woocommerce login form…
Yes. Captcha PLUS can be used for Worpdpress login, registration, lost password, comments and contact form. To secure your website from spam and spam bots we recommend to use Captcha with additional plugins such as Contact Form and Limit Attempts.
Here is a screenshot.