-
Notifications
You must be signed in to change notification settings - Fork 13
Form Persistence
As there can be any number of steps with the form, and an accidental refresh , reload or navigate away from the page could make it hectic for the user to start entering the form values again, so we have an option to save/restore the form by
enabling the option enablePersistence
in the main options, it provides you wiht the RESTORE button, through which you can restore the previous data for the un-saved form. The form fields are saved to the local storage as soon as you update or type in the fields.
The local storage would be cleared as soon as you submit the form or click the finish button. In this case, you would still see the Restore button but it will not restore any data.
The restore functionality is able to restore the dynamically created rows for the Tabular steps and the values for their fields.
Watch DEMO
- Get Running with Minimal Options
- Disable ActiveForm Validation
- Enable Ajax Validation
- Add Custom Buttons
- Widget Constants
- Customizing Form Fields
- Configuring File Uploads
- Custom Field Order
- Single Model Across Steps
- Multiple models in a single step
-
Tabular Steps-(New)
- Working With Widgets
- Limiting Rows
- Dependent Inputs Since v1.7.2
- Skip-able Step-(Since v1.5.0)
- Enable Preview Step-(New)
- Group Fields-(New)
- Enable Form Persistence-(New)
- Enable Edit Mode - (Since v1.6.4)