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.

Embed Form In Header?

  1. Is it possible to embed a Gravity Form in a WP site's "header"?

    Doubtless doing so would be classified as "customization". I'd like to know what barriers there are, and, if someone has done so already.

    Posted 13 years ago on Wednesday September 28, 2011 | Permalink
  2. You can place a form wherever you want if you use the function call in your theme template. So there is no reason why you couldn't do this.

    Just keep in mind when using the function call to display a form you need to also enqueue the necessary scripts using the Gravity Forms enqueue function because it can't do it automatically because it may be executed from a location where it can't do so.

    Documentation for embedding a form, including via a function call can be found here:

    http://www.gravityhelp.com/documentation/page/Embedding_A_Form

    Another option is to modify your theme to add a sidebar in the header and then use the Form widget to display a form in that sidebar.

    Posted 13 years ago on Wednesday September 28, 2011 | Permalink