Quote:
Originally Posted by Lynne
Except you do have that. Didn't you say you have a field asking if they are male or female? So, you use that in your condition...
Say your male/female field is field10 and your maiden name one is field11, then you could do something like:
HTML Code:
<if condition="$post[field10] == 'Female'">
Maiden Name: $post[field11]
</if>
|
Oh snap!

(as my 8 year old says!!

) Think OUTSIDE the box Mark... outside the box!
Thanks Lynne!