> For the complete documentation index, see [llms.txt](https://docs.work-relay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.work-relay.com/forms/using-forms/linked-forms.md).

# Linked forms

Linked forms feature allows user to move from one form to another and then back.

Below screenshots illustrate example setup using linked forms.

"Stub Data" form has "Go to Owner Data" custom button (1) navigating user to another form:

![](/files/b082a75cffed64734ffd8c8a6f1466bbef458d18)

onClick event (2) triggers "Navigate to User Details" action (3) that navigates user to "Stub Owner Data" form. This form's source is "User" object, so Stub\_\_c.CreatedById is passed as record id (4).

![](/files/b50e26cfe9ef4031405860afe89eabbbc0e84c08)

"Stub Owner Data" form represents user details. "Show Navigation Panel" is checked (5) meaning user will see breadcrumb to go back to previous form. Standard "Close" button (6) is enabled as well.

![](/files/4bb4df040642e2c43bfd33a10c99f82fac925099)

Here is how it looks for user: once moved to the "Stub Owner Data" form (7) user can go back using "Close" button (8) or click form name in the breadcrumb (9):

![](/files/d585fe42e3fd776b520f5ad9d98f16c4b576def1)

![](/files/be823cf2196cfc2605fd801fd1fe32e19b6bb0f3)

This way user can navigate through as many forms as necessary.
