So I am creating a custom request form and one of the fields that I need to create is as following:
- cascading drop down option, where based on what the parent option selected, it then provides a list of specific to chose from. However the user then needs to enter text against each of the child drop down options based on the parent chosen.
- Eg: Option 1 Options: Head, Leg, Arm
If Head chosen then user needs to provide answers for Eyes #, Eyes Colour, Mouth, House, ...
But if user choses Arm, then specific fields of info needs to be captured, i.e. # of fingers, Hand, ForeArm Length, ...
However, user will have to fill in answers for all fields pertaining to the parent
How would I be able to achieve this: