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!