You can navigate between
Forms using a
Hyperlink Control by setting the following properties in its
Properties View:
- Link is External set to true.
- External URL the name of the Form with a .eb extension, for example, myForm.eb
- Hyperlink Target open the Form in the same browser tab or open a new one.

When navigating between Forms in this way the current Form's state is not lost, so its Field values are restored if the Form is returned to using the browser's back button.
A Form's state will still timeout after a period of end-user inactivity however, and pressing the back button after the timeout will result in a new Form state being created in the End-User's Session, resetting Field values.
Additionally, you can use hyperlinks to navigate within the current page by setting the External URL to the id of an element. For example, to navigate to a
Panel Control, set it's id to myPanelControlId in the Control's
HTML Elements Properties and set the Hyperlink Control's External URL to #myPanelControlId.