Quote:
Originally Posted by leia
I was thinking something with a vb: if, like how you can make a profile field display only if it contained data... but I don't know if that can be done in the forms.
I have been trying variations of this, but nothing successful so far:
HTML Code:
<vb:if condition="$prepared['qo_5']">[B]This item has the following damages:[/B] {qo_5}
{qo_damagedetail}</vb:if>
|
Use <vb:if condition="$qo['5']"> rather than <vb:if condition="$prepared['qo_5']">