I'm using the following statement to test if the field is emty.
It works fine except that if the field = 0, the statement is false.
How can rewrite it so as long as something is in the field, the statement is true.
HTML Code:
<if condition="$bbuserinfo[field20]"> <td class="alt1" align="center">$bbuserinfo[field20] </td> <else /> <td align="center" bgcolor="#ffff66"> <font size="-2">required </font></td> </if>
How can rewrite it so as long as something is in the field, the statement is true.
Comment