This value should be valid HTML. It will
be displayed to users when completing the form. The label property will
not be displayed on the form. The result of the calculation is represented
as {RESULT}. The HTML must include the result.
OptionaldisplayIf true, the {RESULT} in the defaultValue will be displayed as currency.
OptionalpreThis value should be valid HTML. It will
be displayed to users when completing the form before until the
calculation returns a valid number. Use this to give the user
instructions on what is need to complete the calculation
The calculation algorithm that must return a number. The following syntax is supported:
*equates to multiply/equates to divide+equates to add-equates to minus%equates to modulo(and)parentheses can be used to dictate the order of operationsROUND(n)will round "n" to the nearest whole numberISNULL(n, x)will use the value ofnif it is a number, otherwise the value ofxwill be used{ELEMENT:elementName}will use the value from another element on the form.elementNamemust match thenameproperty of an element on the form.