Right now I am working on a contact form. I decided to use Easy Fancybox, and Contact Form7,
but I cannot get it work. I inserted it all here:
<div class="bottom-nav navbar-fixed-bottom">
<p class="bottom-nav-p" title="">© Kaduilla, 2014. <a class="fancybox" href="#fancybox-auto">Ota Yhteyttä</a><div style="display:none"></p>
<div id="contact_form_pop">
<?php echo do_shortcode( '[contact-form-7 id="1328" title="Contact form 1"]' ); ?>
</div>
</div>
The Easy Fancybox is opened when the #fancybox-auto is clicked.
It reacts, and shows as if it was loading.
,but nothing happens.
Hope to get some help, thank you!