Hi Max,
Is it possible to generate a unique Stripe payment link for each user who fills in our Chronoforms 8 order form? Some people struggle to manage going through the payment process and lose the payment page, and they have said if they had a payment link emailed to them they would have been able to try again to complete their payment. The email link would contain their uuid.
It would be ideal if the payment link took them to Stripe and it could tell them if their payment was already made, and accept the payment if not already paid.
Do you know how I can achieve that? If it needs extra coding by you, I have some budget.
Hi Brian
You can have a Stripe action inside a form page (in a different page group) and send a link to that form page which will run the action and redirect them immediately, before that Stripe action you can set the necessary variables either through a PHP action or load some data from database using the Read Data action.
I think this will do what you need.
