Hey,
I am currently building a Web App with ExB and I will probaby have 32 almost duplicate pages (just the values in the content are different, but the design and widgets are the same).
I have 3 fields each with multiple options. Field A has 4 options, Field B has 2 and Field C has also 2. I want the user to be able to select an option in each of these fields and then the logic should redirect them to the corresponding page. In total there are 32 options/pages. So for example a user chooses the following:
- Field A option 3
- Field B option 1
- Field C option 2
--> Redirect to page which corresponds to that specific choice
From what I've read there is no available logic between widgets but maybe there is another possibility to solve my problem?