PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

query GF for template outside of theme templates

  1. 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.

    Posted 10 years ago on Wednesday May 22, 2013 | Permalink
  2. You might need to enqueue our scripts and styles, see the bottom of this page:
    http://www.gravityhelp.com/documentation/page/Embedding_A_Form

    Posted 10 years ago on Thursday May 23, 2013 | Permalink