Is there a way for logged in users to return to the page that contains the form at a later moment and continue filling it out?
The challenge: I want to use GF as a tool to simplify creating a strategic document. Users would have to overthink their entries and be able to change it some time later if they change their mind.
I would rather have them return to their account and continue where they left off instead of looking for a link in their mailbox.
Hi Sabra. Once the code is installed, you use the shortcode [gravityget] to display a list of that user’s saved form progress (on a page or post or in a widget):
/*
* Adds a [gravityget] shortcode with parameters for listing specific GF entries
* form="2,4,11" (comma-separated list of forms from which to pull entries)
* user="current|user_id|all" (identify the user for which entries should be pulled)
* type="save|submitted" (show either saved or submitted entries)
* since="" (not sure this works, yet)
* count="" (not yet implemented)
*/