Add options for user to select, which then affect content shown
-
I want to add several options for users to select that will then control the content shown.
Specifically, I want to add options at the top that say “Select your programming language: .NET, C++, or Java.”
If a user selects Java, than all content on the site with a class of dotnet or cpp should be hidden. If a user selects C++, then all content on the site with a class of dotnet or java should be hidden, and so on.
There needs to a db option set or something so that when the user moves from one page to the next, the user doesn’t have to re-select the setting.
I am not really sure where to start with this. Any tips or ideas to point me in the right direction?
- The topic ‘Add options for user to select, which then affect content shown’ is closed to new replies.