Replies: 1
It seems that a currency field has no value until a user enters one. But if a user enters a value and then deletes it, the field has a default value of 0.00.
I want to only include a field’s value (in this case <%fieldname274%>) in the email sent upon submission only if it has a value, and that value is not 0.00.
I placed this in the email settings: <%fieldname274_value if_value_is_not={{0.00}}%>
But if I enter a value in the field and then remove it, or if I type 0.00 into the field, the email includes the value 0.00.
What am I doing wrong or how can I make this work right?