I'm trying to create a form that allows people to register for classes I offer, and depending on the # of people they register AND the number of days, update the total. Here's what I'd like to do, any ideas how I can accomplish this with Gravity Forms?
1. Choose the class, their are 4 classes and each has a different price.
2. Choose the # of people. That basically multiplies the price of the class chosen above by the # of people.
3. Choose the number of days, between 1 - 10. That then multiplies the price again by the # of days.
I can do steps 1 & 2 via a Product field as a dropdown for #1 and then a Quantity field for #2...but I'm not sure how to add another quantity field (just adding one doesn't work) that then multiplies the value of the first total...
Any ideas?