I have two different forms with reCAPTCHA on one page the first form loads the reCAPTCHA correctly but the second form does not show it.
the first form is using the following shortcode:
do_shortcode(‘[gravityform id=“1” title=“false” ajax=“false”]’)
the second form is using the following shortcode:
do_shortcode(‘[gravityform id=“10” title=“false” ajax=“true”]’)
I cant work out why the page is not showing the reCAPTCHA on the second form. It prevents it from being able to be be submitted as i get a validation error.