Thank You Page
When a user will submit a form with payment and the payment action whatever success or failed , Metform will redirect the user to Thank You page where the payment details / status will be visible.
Get Start
To use Thank You page admin needs to set the page from settings.

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

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

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
Example
[mf_thankyou fname='fname_filed']
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']

Last updated
Was this helpful?