View Full Version : See profile field only if option is YES ?
Allan
07-27-2006, 08:44 PM
I have create an profile field (Single-Selection Radio Buttons) and i like to show this profile field only if option is "yes" (see image attach)
If i chosen "NO", I doesn't want that the contents are posted (in postbit for exemple)
Allan
07-27-2006, 08:48 PM
i like use this conditions (<if condition="$post['fieldX']">) after to show the contents to profile field
Kirk Y
07-27-2006, 09:48 PM
<if condition="$post[fieldX] == Yes">You've selected Yes!</if>
Also note that the "Yes" is case-sensitive.
Allan
07-28-2006, 04:29 AM
Thanks Acidburn ;)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.