27
JAN
2023
JAN
2023
0
Posted by:
Posted by:
Sometimes you will want to add conditions to your formulas, for example you might want to use different calculations depending on what options in your form are selected.
if(Condition)
operation
else
operation
Example:
The condition above will check the value of the dropdown, if the “Option 1” is selected ...
Continue Reading →Posted by:
The plugin comes with several preconfigured ways to calculate prices but if you want to create your own calculation you can use the price type “Formula”
Selecting that option will open the formula builder
In here you can put your formula, most of ...
Continue Reading →