Hello, my requirement is to build a survey wherein I’m asking different questions to different users, in a single survey. Basically, the survey is one, but based on the types of users, I want to ask them different questions.
To be more clear, assume there is one form with 20 questions, and there are 4 categories of users (A,B,C, and D), and there are 4 users (P, Q, R, and S), with P belonging to category A, Q to category B and so on. I want to trigger some 4 questions to category A users, 6 to category B users, 7 for category C users and 3 for category D users.
Is it possible to create a sub form inside a single form based on the type of users accessing it?