-
ubusAsked on November 3, 2022 at 9:30 PM
OK, still hoping to find a way to avoid dealing with 3 forms for the same list of ever-changing products that I need to duplicate. Would it be possible to bypass the Stripe payment with some sort of conditional logic? E.g. user selects products to buy, but decides not to pay with credit card, but rather using direct transfer. Total is calculated, but rather than the credit card mask, radio buttons are offering payment options. If credit card is selected, Stripe mask pops up, if not, banking details appear. In both cases, forms gets submitted. Can this solution be realised? Is there any solution that affords payment choice between Stripe and direct transfer without needing to fork into separate forms with duplicate product lists?
-
Ryan Enterprise SupportReplied on November 4, 2022 at 12:51 AM
Hello Ubus,
Thanks for reaching out to Jotform Support. To achieve this, you may need to create you product list using a Multiple Choice field and set your Stripe payment integration to User Defined Amount. Kindly check the screenshot below:
After that, create a Single Choice field to let the user choose a payment method. This way, you can hide your Stripe payment integration when Bank Transfer is selected.
Result:
You may check the related guides below:
- How to Show or Hide Fields Based on User’s Answer
- How to Perform Form Calculation Using a Widget
- How to Pass a Calculation to a Payment Field
Reach out again if you have any other questions.