Hi there, I am using the inventory widget. I have three classes, two with different prices. Can you give me a formula to calculate them?

  • Gorillamama
    Asked on August 12, 2015 at 1:00 PM

    I need to use the payment form and I don't know how to do it.

    Thanks!

    Its for my Washington Registration form

  • David JotForm Support
    Replied on August 12, 2015 at 3:00 PM

    Hi,

    To get things setup properly, first, I needed to change the range available for your inventory widgets from 1-1 to 0-1 so I could properly make selections:

    Hi there, I am using the inventory widget Screenshot 30

    After that, I removed your first calculation widget and setup the second to include all the widgets with their prices:

    Hi there, I am using the inventory widget Screenshot 41

    (widget1 * 70.00) + (widget2 * 70.00) + (widget3 * 60.00)

    That should give you the quantity selected multiplied by the price for each.

    Here is my test for so you can see is setup:

    http://support.jotform.com/form/52236138537961

    You can clone it to your own account to see the specifics:

    http://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL

  • Gorillamama
    Replied on August 20, 2015 at 12:14 AM

    Thank you!