• I am trying to use a form to give a site visitor to get a selection of courses suitable to their specified options but am not sure how to implement this.

    What I would like is someone to be able to pick some option like:

    I am interested in: option-1, option-2, option-3
    Type of course: option-a, option-b, option-c

    This should then get posts which have for example option-1 and option-b as a category.

    Can something like this be done with wordpress? In the current CMS I am using I can pass these to the CMS and get a list of posts that meet the categories. Since we want to switch to WordPress I am looking for an alternative.

Viewing 1 replies (of 1 total)
  • WordPress comes with a Categories widget that allows users to select from categories via either a list or a dropdown. There are also a number of category plugins that you might like.

    You can also use the permalink for the categories in a UI element that you build yourself if you’d rather go that route.

Viewing 1 replies (of 1 total)

The topic ‘Using form to select categories’ is closed to new replies.