Hi, i'm trying to load a form on page load.
Here is the code i'm using:
<a href="#contact_form_pop" class="fancybox-inline">More info</a>
<div style="display:none" class="fancybox-hidden">
<div id="fancybox-auto">
[contact-form-7 id="181" title="ContactForm"]</div>
</div>
The link More info functions perfectly, but introducing the id="fancybox-auto" not make any changes.
I'm sure i'm doing wrong the code. (I'm using WordPress and Contact Form 7).
¿Can you help me?