Responsive survey form pointing to different hosted checkouts

I have a subscription site and am looking to code in different checkout forms that a survey will point to based on the answers given.

Example:
Q: What do you want?
A: A, B, or C

Q: How often?
A: Biweekly, Monthly

What type to you prefer?

A: A, B, or C.

This could prevent me from needing 12 to 15 checkouts if we don’t use a survey flow that points to different checkout pages. Does anyone have experience with this?

Completely doable but will demand some serious coding. Setting variables depending on their choices and then check variables and create payments from the variables.

1 Like

Thank you! That’s very helpful. I’m using a third party recurring billing piece, so I essentially want the form to push people to different hosted checkouts when they click subscribe based on how they filled the form in. Would you happen to know of any open source that may achieve this?