PDA

View Full Version : Trying to check if a member wants something displayed


bo0oost
11-13-2006, 06:23 PM
I have a profile field19 that is a yes/no box. It doesn't seem to work when I enter the code.

The code i'm using is.

if condition="$show['field19']">
do stuff
</if>

It doesn't work... it always shows it.

I also tried:

if condition="$userinfo[field15]=='Yes'">

Thanks in advance!

Paul M
11-13-2006, 07:00 PM
What template ?

bo0oost
11-13-2006, 07:07 PM
sorry, got it to work.. thanks!