We use jotform for our special events insurance agency.

  • Jordan Childs
    Asked on April 24, 2018 at 2:20 AM

    We use jotform for our special events insurance agency. I'm currently building a form with 2 products and these products have minimum premiums (stated more simply- regardless of the quantity of a product selected the minimum the customer will pay is "x").

    Is there a conditional statement I can use to implement a rule like, "The minimum payment is $140 even if the combined value of number of products and price per product x is less than $140"?

    Thank you!

  • Scott JotForm Developer
    Replied on April 24, 2018 at 3:58 AM

    Hey Jordan,

    You can achieve this if only you set your products outside of the payment field and set the gateway option to `User Defined Amount`. This way you will have the option to pass in the form calculation widgets' value to the payment field.

    How to Pass a Calculation to a Payment Field

    I did give it a try in the form linked below:

    https://form.jotform.com/81132115823951

    You can clone this form to your end and inspect it as you wish.

    How to Clone an Existing Form from a URL

    In a nutshell, I've set two calculation fields (hidden), one for passing in the payment and one for to hide or show the minimum payment information.

    1524556658Screen Shot 2018 04 24 at 10 Screenshot 10

    Let us know if you need further assistance,

    Cheers.