Skip Navigation

[Resolved] reCAPTCHA problem in user registration form

This support ticket is created 6 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 6 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#540921
2017-06-24_22-12-08.jpg
2017-06-24_21-53-13.jpg
2017-06-24_21-52-38.jpg

I have included the secret key and the site key for the reCAPTCHA configuration.
I have put a reCAPTCHA field in the User registration form, but it is not shown.
However, if I try to create a user it shows me a wrong captcha error and then it shows the captcha.
Look at the screenshots.
Thanks for your help.
Best regards,
Francisco R.

#541252

Dear Francisco,

It is abnormal, please check these:
1) make sure you have followed our document to setup the google reCAPTCHA key:
https://toolset.com/documentation/user-guides/creating-cred-forms/#confirming-content-submission-to-submitter
2) deactivate other plugins and switch to wordpress default theme, and test again

#541296

I have correctly configured the reCAPTCHA parameters, in fact, when the error occurs, the reCAPTCHA is displayed.
I'm sorry, but I can not do the tests you tell me. On other occasions I have done it and all the widgets of the sidebar are deleted, which causes me a very serious problem.
Thanks for your help.
Best regards,
Francisco R.

#541734

I can not duplicate same problem with a fresh wordpress installation + the latest version of CRED plugin.

So there might be some compatibility problems or server problem in your website,
We need to know if there is any compatibility problem in your website, please try these:
1) deactivate other plugins and switch to wordpress default theme, and test again
If it is fixed, then you will need to locate the problem plugin/theme
2) if the problem still persists, then it might be a server problem, please try this:
Enable PHP debug mode, copy and paste the debug logs here
PHP Debugging
In case you think that Types or Views are doing something wrong (what we call a bug), you should enable PHP error logging. Again, edit your wp-config.php file and add the following:

ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
This will produce a file called ‘error_log.txt’ in your WordPress root directory. Make sure that the web server can create and write this file. If it cannot, use an FTP program to create the file and make it writable to Apache (normally, user www-data).
https://toolset.com/documentation/user-guides/debugging-types-and-views/

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.