# Internal link - PageNavigationLink

A link component to a page. It takes the user to the page with the specified mid identifier.

![](https://content.gitbook.com/content/2CssJT0zIo4SJQLbSZ6l/blobs/2IoDyukf6l7gbIEhj3Ds/28s_files/image2025-5-16_13-58-54.png)

### PageNavigationLink (Internal link)

✅ **When to use:**

* You want to enable navigation to another form page.

:x: **When not to use:**

* You need a link to an external URL or another form. **Use**: [ExternalLink](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/0-struktura-i-nawigacja/nawigacja/link-externallink)

## Component properties

<table><thead><tr><th>Eximee Designer property</th><th width="183.11669921875">Attribute name in the Source</th><th>Description</th></tr></thead><tbody><tr><td><strong>Target page</strong><br>(section <strong>Basic properties</strong>)</td><td>pageMid</td><td>Mid of the page the link should lead to.</td></tr><tr><td><strong>Content</strong><br>(section <strong>Basic properties</strong>)</td><td>text</td><td>Link label</td></tr></tbody></table>

> More information about component properties: [Common component properties](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/praca-z-komponentami-bazowymi/wspolne-wlasciwosci-komponentow)

{% hint style="warning" %}
Note! The page link is inactive on the thank-you page, that is, after submitting the application!
{% endhint %}

![Figure 1. Appearance of the component in the application](https://content.gitbook.com/content/2CssJT0zIo4SJQLbSZ6l/blobs/G6SLBncKubhRhbI9u9df/28s_files/image2025-5-16_13-59-20.png)

{% hint style="info" %}
Demo application: demoPageNavigationLink
{% endhint %}

{% hint style="info" %}
♿WCAG: [WCAG best practices for low-code dev](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/tworzenie-procesu-biznesowego-w-bpmn-2.0/dobre-praktyki)
{% endhint %}
