Thank you all in advance!!!
Currently, I have a drop down field on my form that when I select a value in the drop down, a drop down field below is auto populated with a certain values depending one what was selected on drop field above. Keeping that in mind, I have some fields above that are not auto populated such as check boxes, calendars and radio button.
I would like to shorten my form so it would not have so many fields. My goal would be this
After I select my value in the drop down field, I would like to have a table on the form below to auto populate two columns of data and then have a user select the data by check boxes, calendar, and radio button for the remaining columns.
Example:
Have a drop down field which would have values of A,B
If A is selected
The first column would have the values of 1, 2, 3,
The second column would have a static value assigned to x, y, and z from column one.
Example:
1 would have a value of x in the second column, 2 would have y, 3 would have z.
For the remaining columns, i would like to have check boxes, radio button, and calendars
I would just upload a table but I would the table to auto create number of rows needed depending on the number of values A, B, C would have in the first column
Does anyone have any clue how to do this or if its possible?
Thank you in advance, i hope I made sense.