Timely triggered autosaving on a form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 04:26 AM
Is there a way to configure an autosaving functionality on a form, for example on a KB article form? The goal would be that the form would be saved in after certain amount of inactivity, for example if there has been no input for 15 seconds. This would ensure that an article remains as a draft even after automatic logout, e.g. due to inactivity, and that editing can be continued at any time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 05:12 AM
Hi @La Maga
To achieve this, you can use JavaScript and AJAX to periodically save the form data in the background.
Please, don't forget to mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!
Regards,
Tushar