Conditional Update of Stripe Product Option

  • MaidCrew
    Asked on February 17, 2017 at 8:18 AM

    Hello... on my Gift Card form (link provided) I ask client to choose a price option (drop down) which then updates the "artwork" that will be included in email.

    Is it possible, using the Stripe integration, to have the Stripe Product Option Radio Select to Auto-Update to match the previous question about price... if so, it's because I want to actually hide the Stripe Product list so client's don't have to select their pricing option for a second time. I tried accomplishing this through the an Update / Calculate Field condition but wasn't quite sure how to go about it.

    Thanks.

  • Kevin Support Team Lead
    Replied on February 17, 2017 at 10:18 AM

    Unfortunately, it's not possible to achieve what you want, conditions cannot affect fields within the payment field, it can be only shown or hidden based on other fields selections, but affecting the entire field only. 

    You could pass directly the selected price from the drop down to the payment field and get rid of the products, all you would need to do is to add a form calculation widget and add the drop down with the selected price: 

    Conditional Update of Stripe Product Option Image 1 Screenshot 40

    Conditional Update of Stripe Product Option Image 2 Screenshot 51

    Then switch the payment type to user defined amount and select the calculation widget as source: 

    Conditional Update of Stripe Product Option Image 3 Screenshot 62

    Here's an example about how it should look like: https://form.jotform.com/70474395637971 

    Hope this helps.