E-mail notification [RESOLVED]

Hi!

My problem:

i set the notification e-mail all fields and worked only sends filled fields. But i have calculated number fields and default value “0” and now send the number fields with 0 value.

Is there a way to take the value 0 and not send it to my email?

Thanks

Zoli

You can use the gform_merge_tag_filter to exclude fields when they have a value of zero. This example shows excluding certain fields (but your test will be different):

Thank you so much!

1 Like