some members never filled that required field out, because the board used to be a phpbb board and it wasn't required there...
so i created this:
PHP Code:
<if condition="$post['field5']['field6']"><div>Name: $post[field5] $post[field6]</div></if>
just by looking at location's code and changing it to work for my 'first' and 'last' name fields (first = 5, last =6)...
thanks guys...
live example - thread poster has his field filled out... first reply does not...