Data Display Conditional Statements
Permalink
Does anyone know how to get the Data Display add-on to not show a field if it is empty?
I've created a list template that spits out the info of dealers. However there are several fields that are blank ie) Toll Free numbers, Fax, website etc..
http://logisticacms.com/dealers/...
I want to make a conditional statement that does not display the field if there is no value associated with it.
Thanks!
I've created a list template that spits out the info of dealers. However there are several fields that are blank ie) Toll Free numbers, Fax, website etc..
http://logisticacms.com/dealers/...
I want to make a conditional statement that does not display the field if there is no value associated with it.
Thanks!
<strong>Toll Free:</strong> <field name="Toll Free" /><br />
http://www.concrete5.org/marketplace/addons/designer-content/...
You can customize your own block to fit your needs.