> For the complete documentation index, see [llms.txt](https://prappo-xpeedstudio.gitbook.io/metform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prappo-xpeedstudio.gitbook.io/metform/thank-you-page.md).

# Thank You Page

## Get Start

To use **Thank You** page admin needs to set the page from settings.&#x20;

![Thank You page settings](/files/-M6xq1WiTSehyYvlKMOJ)

## Add Short Code

Add Short Code `[mf_thankyou]`to the page you have selected for **Thank You** page

![Thank You page short code](/files/-M6xr3VpKO6hOiQ2gQF6)

## Result

After payment action done the Thank You page will something like this

![Thank you page demo](/files/-M6xsmpVxe8U-zsfz85X)

## Advance

You can ad more functionality to your thank you page. Here is more short code to make a awesome thank you page.

If you want to show name along with the default thank you message then pass the **`fname`** with the field name&#x20;

#### Example

```
[mf_thankyou fname='fname_filed']
```

{% hint style="info" %}
**`fname_field`** is the field name comes form **Metform**
{% endhint %}

If you want to show the the payment status then you can use the this short code

#### Example

```
[mf_payment_status]
```

If you want to show transaction ID then you can use this short code.

#### Example

```
[mf_transaction_id]
```

If you want to show any filed data / value from the **form** then follow this short code

#### Example

```
[mf filed='fname']
```

{% hint style="info" %}
`fname` is the field name of the form
{% endhint %}

![](/files/-M6xuUS-GcMpeMeEzw4f)
