How to Pass Contact Email to Custom (external) Product Link Thank You Page

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:

  1. When setting your thank you page, choose redirect to an external URL
  2. 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!