I’m having a very similar problem, likely the same problem, so I’ll tag on to this topic.
I created a post form many months ago, and recently, after clicking the button to upload a featured image and selecting an image to use, the submit button at the bottom of the form is disabled and greyed out.
I’m a developer so I started looking into what could be causing the problem. Directly after picking the image, the browser console log shows an uncaught reCAPTCHA error, “No reCAPTCHA clients exist.”
We aren’t using reCAPTCHA here and do not have the reCAPTCHA keys entered into the plugin’s settings.
I’m going to try setting up the reCAPTCHA keys and see if that fixes things, but we really don’t need it for our purposes.
@aryan36500 If you know how to access your browser’s console log, can you check to see if you are getting the same error as I am?
Hi @web2guru
Yes, I got the same error in console and yes it got resolved by simply putting Recaptcha in Post Form.
Though I didn’t need the Recaptcha so I had to hide it using CSS.
regards.
Thanks for the confirmation! I just finished testing and adding reCAPTCHA worked for me too.
I’ve posted the bug on the GitHub page, maybe it will get looked at there.
Hello @aryan36500,
We have tested the issue and we can upload featured image without facing any recaptcha issue.
Probably the issue is specifically in your site. Can you please mention the version of your WP User Frontend that you are using? The latest version of WPUF free is 3.2.0.
After you update, can you please try to test the issue by creating a new form, that would be great.
If the issue still exists, please try to check the issue by activating the default Twenty Twenty theme [just for checking purpose] that would be great as well. After checking the issue, you can reactivate the old theme again.
Regards,
Hi @611shabnam
Yes, I was facing the issue on updated version of plugin (3.2.0).
I tried every possibility by deactivating other plugins which might cause conflict but it didn’t work until I placed Recaptcha in the Post Form.
The error doesn’t exist on any Basic theme eg (Twenty Twenty).
Regards.
Just wanted to add on to this. Although putting the reCaptcha field in the form solves the initial problem, when you go back to edit a post, the reCaptcha field is not displayed and editing the featured image here causes the same problem.
I’m guessing it is intentional that the reCaptcha field is not included on the edit page (they already had to do it once to add the post, so they have already passed the test and I guess there is no reason to show it again), but is there a way to have it always show the reCaptcha field anyway, even when editing a post?
I haven’t tested the form with all other plugins turned off or using a default theme. If I find some time to set up a test site I’ll give it a try.