I was wondering if someone can tell me whether it is possible to extract the property variables from a user, which are defined by FrontEndUsers. I know you can access the information, and test whether it is true or false with:
Code: Select all
{if $ccuser->property("propertyname")
For example, I would like it so that users select a variable from a drop down box. Then, depending on their group and the variable, they will be shown certain content. I know this can be done with groups, but I want the content to change itself based on their signup choices.
Sorry if this is vague, been spending far too long in front of a PC lately.
Cheers in advance for any help.