Previous Button Element

A standard button which automatically moves to the previous page when the Button is clicked or tapped. The Button uses the order of pages as they appear in the Pages tab of the Project Explorer.

Note, however, that, by default, you cannot move to another page unless all the pages before it are valid. A page is valid if all Elements on the page which have one or more validation rules specified have been completed satisfactorily by the user or the page has no validations specified. This is not an issue when a user moves forward through a form in sequence, going from page 1 to page 2 to page 3 etc. and you want to allow them to go back to view or edit the previous pages. A Previous Button added to each page will allow the user to move backwards as expected. However, you can include nonsequential pages in your form, which allows the user to jump over invalid pages to access the nonsequential pages. In this situation, a Previous Button added to a nonsequential page acts like a 'back' button and returns to the page from which the user moved to the nonsequential page, providing that involves moving backwards. If it would involve movement forwards or the user has displayed multiple nonsequential pages one after another and has already clicked or tapped a Previous Button on the last of these nonsequential pages, the form will display the first invalid page it finds in the page sequence, starting from the beginning, which is before the page on which the button was clicked or tapped. If all pages in the sequence before the current page are valid, the form will move backwards to the previous page in the sequence.

  • If you are using nonsequential pages in your form, we recommend that you place them at the end of the page sequence within the Pages Pane. This will make navigating your form simpler.