Hi all! Have a problem:
1. I want more than 1 contact form displaying in pop-up on one page.
2. Here is code:
<img src="link_to_pic_1" onmouseout="this.src='link_to_pic_1'" onmouseover="this.src='link_to_pic_2'"/>
<div style="display:none" class="fancybox-hidden">
<div id="contact_form_pop">
[contact-form-7 id="869" title="Moving_main"]</div> </div>
3. But when I duplicate this code with another Contact Form shortcode, it shows the first form.
My question: How to display different pop-up contact forms on one page? I'm using Easy Fancybox plugin