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;
Comments
0 comments
Article is closed for comments.