Quote:
Originally Posted by leitel
I am trying to format the output so that ONLY IF there is a 'dept', it will print out.
I tried putting code in the query output area as well as at the main page template.
Code:
$WQfield[name]<br/>
<if condition="$WQfield['dept']">
$WQfield[dept]<br/>
</if>
Thanks! 
|
I'm also wanting to do something similar, but can not figure out how. Is it possible?