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.

Customization Files

  1. EasyCo
    Member

    This is my first foray into WordPress Plugins. I would like to use the gform_post_submission hook to grab the data after the form is completed. Where do I place my integration code? From my research I can see two options, first to use the "exec_php" plugin so I can place my custom PHP code within the WordPress page. Second, to create a new template within the WordPress theme and add the custom PHP to this file. What is the recommended format for performing an integration?

    Posted 12 years ago on Tuesday July 12, 2011 | Permalink
  2. You would just need to add the custom code to your theme's functions. php file.

    http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F

    Posted 12 years ago on Tuesday July 12, 2011 | Permalink
  3. EasyCo
    Member

    Awesome, I'm not sure how I didn't find this in all the searches that I did, so thank you very much.

    Posted 12 years ago on Tuesday July 12, 2011 | Permalink
  4. No worries. We're happy to help out.

    Posted 12 years ago on Wednesday July 13, 2011 | Permalink