Contact Form 7 reCaptcha not showing up on modals
-
Our contact form 7 – forms stopped working recently and it’s because the recaptcha stopped showing up on our forms within modals.
I was able to determine that the recpatcha javascript file was not being loaded. I had to add this to the footer manually to make them work again.
<script type=’text/javascript’ src=’https://www.google.com/recaptcha/api.js?;ver=2.0′></script>
These modal forms are on every page (https://keystone-hc.com/) and are accessible through header links. They are loaded with a shortcode in the footer.php file.
<?php echo do_shortcode(‘[contact-form-7 id=”123″ title=”Free Estimate”]’) ?>
This works as a temporary solution, but I’d like to solve the issue and I can’t seem to figure it out. Any help would be appreciated.
Thank you
The page I need help with: [log in to see the link]
- The topic ‘Contact Form 7 reCaptcha not showing up on modals’ is closed to new replies.