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