Hi all,
I have been spending the last few hours trying to get this to work and I haven’t had any success.
I’ve got a Stripe Checkout action, and here’s where I am encountering a problem.
When I use the dropdown menu method of assigning a “Success” page and “Cancel” page it works perfectly. However when I try using the “bind” method, I simply can’t get it to work. I’ve tried numerous combinations.
Let’s say the page I want them to go to is www.example.com/purchase_status?referral=Facebook
I have tried the following methods
-[baseURLVariable] + “/purchase_status?referral=Facebook”
-“/purchase_status?referral=Facebook”
-“https://www.example.com/purchase_status?referral=Facebook”
-“purchase_status?referral=Facebook”
None of them work. What am I missing here?