Quote:
Originally Posted by bluesteel
Can anybody help me please?
|
I've been using a condition to change the color of a table cell and add required if there is no answer.
$bbuserinfo[field14] is one of my profile fields. This is done in your form.
<if condition="$bbuserinfo[field14]">
<td class="alt1" valign="top">$bbuserinfo[field14]<else />
<td bgcolor="#ffff66" valign="top"><font size="-2">required</font></if>
</td>