How are you disabling Javascript on the form?
This is just a guess, but please disable the “WP Minify Fix” plugin and test again.
If the reCAPTCHA option is causing your form to break, the reason is one of two things:
1. There is a compatibility conflict with another plugin which is also loading the reCAPTCHA script.
2. You are using a caching/minify/optimization plugin which is stopping the recaptcha script from triggering properly.
-
This reply was modified 7 years, 11 months ago by
Gemini Labs.
-
This reply was modified 7 years, 11 months ago by
Gemini Labs.
Okay, I think I understand now what you mean.
When you add the “no-ajax” class to the submission form shortcode (i.e. [site_reviews_form class=”no-ajax”], the form is submitted without ajax (i.e. with a page reload). If the recaptcha option is enabled at the same time, the form does not submit and shows no error.
Correct?
I have verified the issue, thanks for reporting this.
Since using the “no-ajax” class in the [site_reviews_form] shortcode is not a publicly documented feature (except if you search the support forum), I’m going to address this in the upcoming v3.0 of the plugin. I hope that’s okay.
Thread Starter
Suiram
(@suiram)
Thank you very much, so I hope the new version will allow to set “no-ajax” while using reCAPTCHA 😉
Talking a different matter, I’ve tried to contribute with some translations, but I’d like to request you if it’s ok to send you the po and mo files… or let you grab the file from somewhere…
-
This reply was modified 7 years, 11 months ago by
Suiram.
The best way to contribute translations for Site Reviews:
1. https://translate.ww.wp.xz.cn/projects/wp-plugins/site-reviews/dev
2. Select your language
3. Suggest translations!
Once a language translation is 95% or more complete, it will automatically be available to everyone through the WordPress Updates page.
Thanks!
-
This reply was modified 7 years, 11 months ago by
Gemini Labs.