Directing user-generated content to different pages

Right now I am collecting user input from a form into a dataset and displaying it (automatically on submission) in a page. However, I want the user-generated content to be displayed in a different page for different answers to one of the inputs of the form (which is a dropdown menu with the name of different pages). This is hard to explain so I’ll provide an example:

Let’s say the form collects into a dataset from user input:

  • Name (text)

  • Age (number)

  • Category (which is a dropdown menu and you select a specific one)

My website has pages with the same names as in the category options

When the user selects a specific category, I want his content to be displayed in that page and only in that one (automatically upon submission).

Is this possible using wix corvid, if so how?

Thank you for your help!

i am having the same issue and looking for a way to solve it. does any one have a workaround?

Hi Marvin, I was actually able to solve this problem. You have to create a dynamic page from the database. Then go to the page’s settings → Page Info → Page URL. There will be a url and at the end of it a name within {}. For example: {Age}. You need to change that tag to the name of the variable you want the page results to depend on, in my case it was {Category}. This will create a different page for each of the different values in the variable and will direct content to the appropriate page. Hope it helps.

Thank you, now is there a way to display or hide certain elements depending on if there is an input in the database for that category?