-
canadianjpaWe sell event tickets. I have linked a sample form I have been playing with. I am looking for a way to have discounts when purchasing multiple dates. So $48 per event, but if you buy 3 -5 $44 per event. If you buy 6+ $40 per event.? I know I can do this if they but multiple of THE SAME item, but how would I do this for different items.
Each event does have the same price.
Sample form
https://pci.jotform.com/form/260657976243266 -
BrandonHi candianjpa,
It is possible to apply a discount when purchasing multiple dates. You would want to create hidden fields that calculate the total number of products purchased that changes based on the quantity the user has selected. Specifically, create hidden number fields that correspond to the quantity fields the user can fill out. These can update as the user fills out the form.
Once the user has filled out as many quantity fields as they want, you can add those number fields together to calculate how many total items they have purchased by adding all those values to a final hidden field via a Form Calculation widget. Once you do that, you can apply a discount based on that number.
