You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love this plugin, happy it still works in 2020! Nice job!
I am wondering if there is a fairly easy way to return on a protected page, the forms a user has 'saved' via this plugin?
I'd like for a logged in user to navigate to a section to be able to view all forms they have completed versus those that they have saved with a button to "continue" (simply taking them to the form)
The text was updated successfully, but these errors were encountered:
Hey, happy to hear it still works. I was under the impression that it's no longer relevant as a plugin since "Save and Continue" functionality was introduced into core.
If a user is logged in, then the user_id will be saved along with the partial entry. You can probably output a list of all the entries for a logged in user by looking through them. I'm a bit rusty on how this plugin was written as I wrote it a long long time ago. But sounds like a plausible thing to do in about 5-10 lines of code for the simplest thing.
Save and Continue is actually a bit odd in core. It saves a unique URL that is emailed to the user, or they are expected to copy and save to their clipboard. It lasts for 30 days. The user has to visit this exact URL in order to retrieve and continue their submission.
Ya, I will see if I can write a custom query to retrieve data by user ID that are partial.
Love this plugin, happy it still works in 2020! Nice job!
I am wondering if there is a fairly easy way to return on a protected page, the forms a user has 'saved' via this plugin?
I'd like for a logged in user to navigate to a section to be able to view all forms they have completed versus those that they have saved with a button to "continue" (simply taking them to the form)
The text was updated successfully, but these errors were encountered: