Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Contact form 7 in popup window
- 1.https://wordpress.org/plugins/contact-form-7/ install contact form 7
- 2.http://wordpress.org/plugins/easy-fancybox/ install fancy box
- use the bellow code to show pop up
- 3. <a href="#contact_form_pop" class="fancybox">Contact Us</a>
- <div style="display:none" class="fancybox-hidden">
- <div id="contact_form_pop">
- [your own shortcode here]</div>
- </div>
- refference: http://fivera.net/contact-form-7-in-popup-window-wordpress-tutorial/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement