• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: reCaptcha only on one form when two used

reCaptcha only on one form when two used 12 years 1 month ago #22094

I have a situation where one rs form (module) is in the footer of my main template so it appears on every page - and a different form that appears in some K2 articles. I render the plugin within the K2 template override like so:
<?php
    echo JHtml::_('content.prepare', '{rsform 2}');
?>

Now the problem is that they both have reCaptchas in them, but only the first form (in page order, from top) actually renders reCaptcha - this makes my form in the footer defected because it cannot be submitted.

One other thing I've noticed that both forms on such pages have the same form ID which is not good, and it should be checked within the onBeforeRender() function.....

Not that I've looked at the code, but the reason could be the div id itself if you're rendering reCaptchas by form container id's.... just a though :)
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!