Hello, I'm using this plugin in addition to Easy Fancybox and Contact Form 7 plugins. I'm trying to set it up so that an email address for any store triggers a popup window which contains a contact form - either from the Info Window Popup in the map or within the store listings. I have tried adding it to the functions.php file but the popup isn't triggered, yet using the code elsewhere on the page works fine. The example code I am using to trigger the popup is as below:
<div style="display:none" class="fancybox-hidden">
<div id="contact_form_pop">
[contact-form 1 "Contact form 1"]
</div>
</div>
Hope you can help as the rest of the plugin looks great.