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.

How to install Garlic.js ?

  1. Hello,

    I'd like to install garlic.js to automatically persist my form's text field values locally, until the form is submitted. Indeed, there is about one hundred fields in the form and the user may need to make some research to complete it.

    This script requires to add data-persist="garlic" in the form markup to run : <form data-persist="garlic" method="POST"> I have no idea how I can make that. Thank you for your help!

    Jeremy

    Posted 11 years ago on Thursday November 22, 2012 | Permalink
  2. I think you can use the gform_form_tag filter to add your information to the form tag:

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

    Posted 11 years ago on Tuesday November 27, 2012 | Permalink