How do I write a conditional based on an option selected in a user profile field
I know how to write a conditional based on a user profile field:
<if condition="$bbuserinfo['field7']=='Paid Member' OR $bbuserinfo['field7']=='Trial Member'>Output paid member only stuff here</if>
but I don't know how to write a conditional based on an option selected in that member profile field. For example, one of my profile fields asks the member to select what his/har favorite type of vehicle manufacturer:
American (Ford, Chevy, etc...)
Japanese (Honda, Subaru, Nissan, etc...)
European (BMW, Porsche, Ferrari, etc...)
Other
I would love to learn how to write a conditional based on one the user profile field option that the member selected.
|