Hello all,
I have a website for love letters created by AI.
The user can generate and see the love letter.
When they find a result they like I want them to select it and be able to checkout. This means they pay and enter mailing details.
Limitations have led me to believe this is best done in a three step process:
- User selects the love letter they want to send
- User pays
- Use completes order details
It is not until the user completes the order details will the automation for the fulfilment begin. (It means they can pay without the order actually being complete).
The challenge is that the data doesn’t persist across screens, so unlike Glide or Adalo in the form field I can’t populate the original love letter the selected to checkout. How would I add this original love letter they want to check out to the form?
Dominic