Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi there,
We have some forms in contour (3.0.21), and we would like to use recaptcha for each one, but for some reason we can use recaptcha only for one form,
Any help will be appreciated.
Regards,
Sasha
Comment author was deleted
What is the error you are getting?
There is no error,
we just can't use recapthca in the form if there is already another form using recaptcha,
when we remove recaptcha from the first form, only then recaptcha appear in second form,
And the forms exist on the same page then?
Exactly
Seems like it's a recaptcha issue, check http://stackoverflow.com/questions/1241947/how-do-i-show-multiple-recaptchas-on-a-single-page maybe try the jQuery workaround?
Hey Tim,
First of all thanks for you help,
It really was recaptcha issue, so what we decided to do is to dynamicly create recaptcha per form. We used recaptcha create method as found in Google Recaptcha API
Recaptcha.create(public_key, addToElemt, recaptchaOptions);
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Recaptcha field on multiple forms
Hi there,
We have some forms in contour (3.0.21), and we would like to use recaptcha for each one, but for some reason we can use recaptcha only for one form,
Any help will be appreciated.
Regards,
Sasha
Comment author was deleted
What is the error you are getting?
There is no error,
we just can't use recapthca in the form if there is already another form using recaptcha,
when we remove recaptcha from the first form, only then recaptcha appear in second form,
Comment author was deleted
And the forms exist on the same page then?
Exactly
Comment author was deleted
Seems like it's a recaptcha issue, check http://stackoverflow.com/questions/1241947/how-do-i-show-multiple-recaptchas-on-a-single-page maybe try the jQuery workaround?
Hey Tim,
First of all thanks for you help,
It really was recaptcha issue, so what we decided to do is to dynamicly create recaptcha per form. We used recaptcha create method as found in Google Recaptcha API
Recaptcha.create(public_key, addToElemt, recaptchaOptions);
is working on a reply...