This is actually for CFV4 - we have old recaptcha V1 elements in about 12 chronoform forms on this website, http://www.abcpackagingsp.com.
We have since created new recaptcha keys for V2 and added them to the Setup tabs in the CF admin area. But the old V1 recaptchas are still showing.
They are custom forms that were created years ago in V4. We are currently rebuilding in Joomla 3.8, but in the interim, we need the forms to woek until the new site is completed.
This is code that I am using to display the recaptcha:
Any help appreciated.
We have since created new recaptcha keys for V2 and added them to the Setup tabs in the CF admin area. But the old V1 recaptchas are still showing.
They are custom forms that were created years ago in V4. We are currently rebuilding in Joomla 3.8, but in the interim, we need the forms to woek until the new site is completed.
This is code that I am using to display the recaptcha:
<td align="center" colspan="2">Here is an example of the many forms on that site: http://www.abcpackagingsp.com/index.php/case-packers/empaquetadora-de-botellas-en-cajas-modelo-101/195-quotes/517-bottle-packer-model-101-rfq
<div style="width:400px; margin:0 auto;">
<div class="ccms_form_element cfdiv_text" id="autoID-612c003ec40ada2d32ad16147a14ce1b_container_div" style="text-align:center;">
{ReCaptcha}
<div class="clear"></div>
<div id="error-message-chrono_verification"></div>
</div>
</div>
</td>
Any help appreciated.