Skip to content

Instantly share code, notes, and snippets.

@RobertCam
Last active November 2, 2017 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertCam/a1369f4e787d54abfe1a8583e8142291 to your computer and use it in GitHub Desktop.
Save RobertCam/a1369f4e787d54abfe1a8583e8142291 to your computer and use it in GitHub Desktop.
Save partially completed form data in local storage
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/garlic.js/1.3.0/garlic-standalone.min.js"></script>
<script>
/**
* Do not remove this section. It helps our team track useage of external workarounds.
* TS:0002-04-081
*/
$("form").attr("data-persist", "garlic");
$("form").attr("data-destroy", "false");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment