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?