Good Day,
I have a scenario where I need the fields that are displayed to be variable. Now, I know that I can add all the fields I want to the form and then hide or display based on previously selected values. The problem I have is that in our case there could be over 80 or so fields and more can be added over time.
Basically, what I want to try and achieve is to add the fields at runtime based on a specific selection value. These would be read from a table and added. The scenario is I have 40 or so Job Titles and each would have a bunch of questions to be answered when a candidate applies for a position. So, based on the Job Title the questions related to that Job Title would be displayed on the form.
It has to be totally dynamic and done at runtime.
Alternatively, if that's not possible I assume I could load the questions into a Table Field, which is easy to achieve. However, the column where the user enters their answer needs to be formatted differently per question e.g. for Row 1 The answer cell might be numeric, Row 2 the answer cell might be a Yes/No etc. Can that be achieved?
Does anyone have any ideas how I could achieve this?