Log in

View Full Version : If Statement / Profile Fields


Exitilus
01-17-2006, 10:11 PM
I'm trying to set a If statement that checks to see if a Profile Field is empty. If it's empty it skips the code and doesn't use it. If the profile field is there, it will use it.

Guest190829
01-17-2006, 10:19 PM
<if condition="$userinfo[fieldX]">
// The member has entered information is this field, code goes here...
</if>