Sychev_S
03-31-2007, 01:53 AM
How can I write a conditional for multiple profile fields in memberinfo?
Whatever I got below does not work...
Pretty much if any of the fields is present, I want the code to be shown.
<if condition="$userinfo[field24]" OR "$userinfo[field25]" OR "$userinfo[field26]">
code
</if>
Whatever I got below does not work...
Pretty much if any of the fields is present, I want the code to be shown.
<if condition="$userinfo[field24]" OR "$userinfo[field25]" OR "$userinfo[field26]">
code
</if>