Hi @DMoore102,
The payment link functionality is a bit different than the standard form functionality, so I don’t believe that it’s possible. You would need to pass a dynamic value on a query string for the redirected thank you page.
If you want to try it on your payment form, here are the steps on how you’d do it on a standard form:
- When setting your thank you page, choose redirect to an external URL
- Add something like this to your redirected URL: https://YOURDOMAIN.com/your-thankyou-page/?email={{contact.email}}
If it happens to work…awesome, but last I knew you still couldn’t pass values through the redirected URL in that manner. Please report back!