Hi,
Yes, of course, please read the following entry in the FAQ page of the plugin:
http://wordpress.dwbooster.com/faq/calculated-fields-form#q81
Best regards.
I do not see the exactly what im looking for.
I have some fields that I used just for display and calculations on the form, that I never want sent in the email. However I have a few that need to display only when a value is there. So im not sure how this is supposed to work.
How would I do something like this: fieldname1 if not empty or if not 0.00?
Thanks.
Hi,
If you insert the tag <%INFO%>, all fields are include in the notification email, but if you insert each field with its own tag, you can use the attribute if_not_empty, as follows:
<%fieldname1 if_not_empty%>
Best regards.