payment amount equal to - smbc-digital/form-builder GitHub Wiki
The Payment Amount Equal to condition uses the {{PAYMENTAMOUNT}} tag parser as the QuestionId to determine whether the calculated payment amount is equal to a given a value.
The condition syntax is:
New Syntax
{
"conditionType": "PaymentAmountEqualTo",
"comparisonValue": "0",
"questionID" : "{{PAYMENTAMOUNT}}"
}
for "0" this gives true
for "10.00" this gives false