Always return to first page on record reopen
Category: Form Builder - Script Editor Section: Advanced Scripting Last Updated: 2023-04-24
The default behaviour for reopening a record is that the record reopens on the page the form was last saved on. As of version 11.2 this is now configurable.
To configure your form to always reopen on the first page of the form, simply go to the form script editor and add the following line of code:
Syntaq.Form.ContinueSession = false;