Hi,
I am using E&P Form Builder for the first time and would appreciate some help in getting a formula for a price calculation. The calculation should be simple, but I am not familiar with how to do it.
I have a quantity field, which will deal with the calculation. If the quantity is 1 - 5 (inclusive) the price will be £20. For every extra quantity the price increases by £5. So, quantity 6 = £25; quantity 7 = £30; quantity 8 = £35 and so on.
I have tried using this formula:
if([step-61_quantity] <5) { [price] = 20 }
if([step-61_quantity] =6) { [price] = 25 }
if([step-61_quantity] =7) { [price] = 30 }
I would be grateful for any help you can give in creating this formula.
Thanks,
Christopher