ThemeForest

reCAPTCHA question

2945 posts
  • Author had a File in an Envato Bundle
  • Bought between 1 and 9 items
  • Elite Author
  • Europe
  • Exclusive Author
  • Has been a member for 2-3 years
  • Referred between 100 and 199 users
+2 more
duotive says
reCAPTCHA uses a variable called
<script>
var RecaptchaOptions = {
   theme : 'white',
   tabindex : 2
};
</script>

and if i have two reCAPTCHAs on the same they get overwritten. How can i solve this issue?

2934 posts
  • Community Superstar
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
  • United States
  • Exclusive Author
chrisakelley says
duotive said
reCAPTCHA uses a variable called
<script>
var RecaptchaOptions = {
   theme : 'white',
   tabindex : 2
};
</script>
and if i have two reCAPTCHAs on the same they get overwritten. How can i solve this issue?

Im not sure its actually possible to have two reCAPTCHAs on the same page… nor really the need to have two different ones

2945 posts
  • Author had a File in an Envato Bundle
  • Bought between 1 and 9 items
  • Elite Author
  • Europe
  • Exclusive Author
  • Has been a member for 2-3 years
  • Referred between 100 and 199 users
+2 more
duotive says
OrganicBeeMedia said
duotive said
reCAPTCHA uses a variable called
<script>
var RecaptchaOptions = {
   theme : 'white',
   tabindex : 2
};
</script>
and if i have two reCAPTCHAs on the same they get overwritten. How can i solve this issue?
Im not sure its actually possible to have two reCAPTCHAs on the same page… nor really the need to have two different ones

Yes but 1000 million customers want a contact form in the footer and 1000 million themes do not have protection. So i made the widget, added recaptcha and if you view the contact page and have that widget in the footer, one of them will not start. That is the purpose, i do not have a passion for recaptcha, i even hate it, but that is my choice.

2934 posts
  • Community Superstar
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
  • United States
  • Exclusive Author
chrisakelley says
duotive said
OrganicBeeMedia said
duotive said
reCAPTCHA uses a variable called
<script>
var RecaptchaOptions = {
   theme : 'white',
   tabindex : 2
};
</script>
and if i have two reCAPTCHAs on the same they get overwritten. How can i solve this issue?
Im not sure its actually possible to have two reCAPTCHAs on the same page… nor really the need to have two different ones
Yes but 1000 million customers want a contact form in the footer and 1000 million themes do not have protection. So i made the widget, added recaptcha and if you view the contact page and have that widget in the footer, one of them will not start. That is the purpose, i do not have a passion for recaptcha, i even hate it, but that is my choice.

instead of using reCAPTCHA in the footer contact form use a hidden field

2945 posts
  • Author had a File in an Envato Bundle
  • Bought between 1 and 9 items
  • Elite Author
  • Europe
  • Exclusive Author
  • Has been a member for 2-3 years
  • Referred between 100 and 199 users
+2 more
duotive says
OrganicBeeMedia said
duotive said
OrganicBeeMedia said
duotive said
reCAPTCHA uses a variable called
<script>
var RecaptchaOptions = {
   theme : 'white',
   tabindex : 2
};
</script>
and if i have two reCAPTCHAs on the same they get overwritten. How can i solve this issue?
Im not sure its actually possible to have two reCAPTCHAs on the same page… nor really the need to have two different ones
Yes but 1000 million customers want a contact form in the footer and 1000 million themes do not have protection. So i made the widget, added recaptcha and if you view the contact page and have that widget in the footer, one of them will not start. That is the purpose, i do not have a passion for recaptcha, i even hate it, but that is my choice.
instead of using reCAPTCHA in the footer contact form use a hidden field

Please do elaborate.

2934 posts
  • Community Superstar
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
  • United States
  • Exclusive Author
chrisakelley says
duotive said
Please do elaborate.
http://robmalon.com/hidden-form-fields-to-prevent-bot-spam/ it a google result but saves me time in typing what to do…
2945 posts
  • Author had a File in an Envato Bundle
  • Bought between 1 and 9 items
  • Elite Author
  • Europe
  • Exclusive Author
  • Has been a member for 2-3 years
  • Referred between 100 and 199 users
+2 more
duotive says
OrganicBeeMedia said
duotive said
Please do elaborate.
http://robmalon.com/hidden-form-fields-to-prevent-bot-spam/ it a google result but saves me time in typing what to do…

I do not think a spam bot is fooled by a hidden input :) I do not think a spam boot even loads the css, does it need the css? that seems silly to me. Did you have a change to test this?

2000 posts
  • United States
  • Bought between 50 and 99 items
  • Has been a member for 3-4 years
  • Exclusive Author
ThemeOcean says
duotive said
OrganicBeeMedia said
duotive said
reCAPTCHA uses a variable called
<script>
var RecaptchaOptions = {
   theme : 'white',
   tabindex : 2
};
</script>
and if i have two reCAPTCHAs on the same they get overwritten. How can i solve this issue?
Im not sure its actually possible to have two reCAPTCHAs on the same page… nor really the need to have two different ones
Yes but 1000 million customers want a contact form in the footer and 1000 million themes do not have protection. So i made the widget, added recaptcha and if you view the contact page and have that widget in the footer, one of them will not start. That is the purpose, i do not have a passion for recaptcha, i even hate it, but that is my choice.

I believe that would be 1 billion but please go on.

Besides the help it provides by converting books, I don’t see why you don’t have a custom solution. Mingle by Parallelus has a custom captcha (which looks lovely, by the way).

2945 posts
  • Author had a File in an Envato Bundle
  • Bought between 1 and 9 items
  • Elite Author
  • Europe
  • Exclusive Author
  • Has been a member for 2-3 years
  • Referred between 100 and 199 users
+2 more
duotive says
LandonWilson said
duotive said
OrganicBeeMedia said
duotive said
reCAPTCHA uses a variable called
<script>
var RecaptchaOptions = {
   theme : 'white',
   tabindex : 2
};
</script>
and if i have two reCAPTCHAs on the same they get overwritten. How can i solve this issue?
Im not sure its actually possible to have two reCAPTCHAs on the same page… nor really the need to have two different ones
Yes but 1000 million customers want a contact form in the footer and 1000 million themes do not have protection. So i made the widget, added recaptcha and if you view the contact page and have that widget in the footer, one of them will not start. That is the purpose, i do not have a passion for recaptcha, i even hate it, but that is my choice.

I believe that would be 1 billion but please go on.

Besides the help it provides by converting books, I don’t see why you don’t have a custom solution. Mingle by Parallelus has a custom captcha (which looks lovely, by the way).

Because i do not want to reinvent the wheel. If you have something good, use it. And ours looks good, we do not use the normal reCaptcha skin, never did.

2000 posts
  • United States
  • Bought between 50 and 99 items
  • Has been a member for 3-4 years
  • Exclusive Author
ThemeOcean says

You can skin reCaptcha? I learn something new everyday.

by
by
by
by
by