In the introduction, it is said: "you can tailor a widget’s appearance and available fields"
So I want to start with a field that collects the role of the user. Secondly, I like to ask for a second piece of information like:
First answer: customer --> second answer: <Customer Identification Code>
First answer: employee --> second answer: <department>
First answer: contractor --> second answer: <city>
and so on. Which means I need a data field for the first input and a dynamic second data field depending on the first answer.
How can I create this?
Thank you very much in advance for your help!