The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Offer Discount Based on Field Selection
Any help would be appreciated with this calculation:
We are trying to offer the option to allow visitors at our upcoming conference to purchase CDs or DVDs of speakers during the week long conference. We are offering the CDs at $7/ea and DVDs at $10/ea. Attendees can purchase up-to 15 items (CDs or DVD) but we are offering a $3 discount for ever 3 CDs or DVDs purchased.
At this time the way our form is setup, we have the following fields:
- Day/Speaker
- CD/DVD Selection ($7/$10 respectively)
- Number field adding the Saved values ($7 or $10 based on CD/DVD selection)
What would be the best way to add a discount based this setup or would there be a better way to create this form?
June 10, 2017 at 3:19 am
You can go to http://formi.immofizz.fr and click on TEST5
Subtotal = NB1 + NB2
IF Subtotal < 20
Result = Subtotal
ELSE IF Result < 40
Result = Subtotal - 2
ELSE IF Result >= 40
Result = Subtotal - 5
Is that what you are trying to do?
I use Hide fields + Conditional Test + Dynamic value
Discussion closed.