Hi,
Based on my previous query regarding conditional code for notifications. Well my goal is to not to show the field in email notification which user didnt insert any value in.
For example I have 20 text fields and user just inserted values in 5 fields then in my email I should just see 5 fields with values. not all 20 fields with 5 of them have values and 15 has blank values.
This is the code I am using in the message area of "Notifications". I am trying to hide the entire row of "Airconditioner Large" in email if user doesnt put any value in it. But if user put the value in this field then the entire row should show up.
But when I do that then no matter if i insert any value or not it doesnt show in the email notification. Can you please look my code and let me know if I am missing any thing.
[gravityforms action="conditional" merge_tag="{AirConditioner Large:20} condition="isnot" value=""]<tr><td>AirConditioner Large</td><td>{AirConditioner Large:20}</td><td>{Volume:42}</td><td>{Weight:41}</td></tr>[/gravityforms]
<tr><td>AirConditioner Small</td><td>{AirConditioner Small:25}</td><td>{Volume:43}</td><td>{Weight:45}</td></tr>
<tr><td>Dehumidifier</td><td>{Dehumidifier:29}</td><td>{Volume:44}</td><td>{Weight:46}</td></tr>
<tr><td>Dishwasher</td><td>{Dishwasher:488}</td><td>{Volume:489}</td><td>{Weight:490}</td></tr>