Does anyone have recommendations on execution of conditional logic for collect a payment? I've created a radio button in a paginated form submission for a recurring subscription. The radio button gives the user a chance to select either A. Monthly Payment for $25 / monthly or B. $125 Billed every Six Months. I've also created two separate "Collect a Payment" actions. One action includes Conditional Logic Referencing back to the radio selection of $25 / Month and another separate Collect a Payment referencing back to the $125 / billed every six months. I've setup Stripe in testing mode and in all cases, the transactions are flowing through as only the $25 / month, which is also the first entry in my "Collect a Payment" actions. It seems as though the conditional logic is being ignored in all cases. Does anyone have some recommendations to ensure the conditional logic is executed for recurring / subscription payments?
One additional consideration. My Stripe console (in test mode) is only showing the $25 / recurring subscription. But my Formidable Console is correctly showing the submission for the $125 per six months.
Thank you! Josh