I'm trying to create a lightbox/fancybox feature for contact information. This information is being generated from a .php
(overlay-contact.php to be exact) in my theme. In the overlay-contact.php, I just have the .html markup for my contact information, however when I attempt to add the gravity forms php embed, my fancybox errors out.
I assume this may be because my overlay-contact.php doesn't know how to handle the gravity forms request...maybe? You can see the content for my fancybox here: http://nwtechanddesign.com/dev/overlay-contact.php
You can see the fancybox in action here (click on "Contact"): http://nwtechanddesign.com/dev/
I'm a newb with php and databases, so please forgive my ignorance.