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.

Tagging Gravity forms

  1. I need to tag my Gravity forms to enable lead capture using a marketing company's software. They ask that I modify the form tag as such:

    <form action="http://www.example.com/leadsubmitform" method="POST" optify_submit="true">
    ...
    </form>

    How and where can I include the optify_submit="true" code to the form tag?

    Posted 14 years ago on Tuesday June 14, 2011 | Permalink
  2. You would have to use the gform_form_tag hook to add it. You'd need to be familiar with PHP and WordPRess hook/filter usage in order to add it correctly. If not you may want to hire a developer to implement it properly for you. Documentation for the hook is here:

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

    Posted 14 years ago on Tuesday June 14, 2011 | Permalink