Is it possible to do a Conditional Calculation
-
We have a registration form for an event with two ticket options.
If there is only a total of one person, then the price will be $15.
If there is 2 or more persons, then the price will be $30There are two fields for the number of Persons
Adults Count: {select-1 }
Children count: {select-2}
So if {select-1}+{select-2} = 1, then payment amount is $15.00
But if {select-1}+{select-2} >= 2, then payment amount is $20.00
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Is it possible to do a Conditional Calculation’ is closed to new replies.