Advertisement
firoze

Contact form 7 in popup window

Oct 13th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1.  
  2.  
  3.  
  4. // Contact form 7 in popup window
  5.  
  6. 1.https://wordpress.org/plugins/contact-form-7/ install contact form 7
  7.  
  8. 2.http://wordpress.org/plugins/easy-fancybox/ install fancy box
  9.  
  10.  
  11. use the bellow code to show pop up
  12.  
  13. 3. <a href="#contact_form_pop" class="fancybox">Contact Us</a>
  14. <div style="display:none" class="fancybox-hidden">
  15. <div id="contact_form_pop">
  16. [your own shortcode here]</div>
  17. </div>
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. refference: http://fivera.net/contact-form-7-in-popup-window-wordpress-tutorial/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement