top of page
Forms Save Progress
Save progress of a form to continue later for submission.

Allows a user to save progress of a form and continue filling the form at another time. Currently, this snippet only works for logged-in members. The values are tempoirarily saved to a collection that you have to create.
Create a collection with 2 columns
Key as type Text
Value as type Object
Set the permissions of the collection to Member-generated
Notes:
Only works with custom forms and old forms.
Does not work with new wix forms.
Values of fields are saved based on ids of form elments. So, if the ids of fields are changed, the saved values will not load for those elements.

Title

Title
All Snippets
Setting | Description |
---|---|
bottom of page