9 years ago
Topic

Hi,

Let me try to explain what I like to achieve. I want to have a form with, let's say, 4 questions. Each question has multiple options, but only one option can be chosen (single select) per question. The result of filling in the four questions should result in a distinct list of articles.
I'd appreciate it when someone can put me in the right direction how to do this.

Regards,

Eric

Get a VIP membership
4229 Posts
Kadministrator
9 years ago
3
Level 1

Hi,

for this you need to content type that includes your for questions as select fields. Then create search&list type searching on this content type with your for questions as search fields. If user selects answer a on first field, he will see all articles that have this value etc - so at the end he will only see articles that have a.g. a a b b answers on all 4 questions.

9 years ago
2
Level 2

Hi Klas,

Thank you for your help!

I don't get one thing: how do I make e relationship between the questions and all the articles that are involved?

Regards,

Eric

4229 Posts
Kadministrator
9 years ago
1
Level 3

Add those 4 select fields (your quesitons) to the article content type-form view (site form if you are adding articles on frontend admin form for admin side). For each article select the right value for each of those fields. Then you can do a search on articles based on this 4 fields values as described in my previous answer.

9 years ago
0
Level 4

Hi Klas,

Thank you, now I got it!

Regards,

Eric

Get a VIP membership