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.

Hard Code Form

  1. How do I hard code a form - in case I want to drop it in raw (not as a shortcode), into widget area which is disconnected from the theme.

    Taylor

    Posted 11 years ago on Saturday September 15, 2012 | Permalink
  2. You would use the function call in your template or theme:
    http://www.gravityhelp.com/documentation/page/Embedding_A_Form#Function_Call

    [php]
    <?php gravity_form(1, false, false, false, '', false); ?>

    Be sure to read the documentation on enqueuing your own scripts when you embed a form in this manner.

    Posted 11 years ago on Sunday September 16, 2012 | Permalink