Description
Features
- Conditional If logic
- Working all version Gravity Forms
- Easily extensible
- Date duration calculator.
- And more…
Conditional calculations
if(A < B,A + 1, A +3 ) + 5 + if(number1 < number2, number-600 + 15, 1) +7
Logical operators (==, !=, <, <, >=, <=) are supported, but logically they can only return true (1) or false (0). In order to leverage them, use the built in if function:
Date calculations- Days Between Dates Calculator
A + date(B – C) – if(C < D,A + 1, A +3)