Is there any way to have say individual choices in a child dropdown show or hide based on what is selected from a parent dropdown?
Is there any way to have say individual choices in a child dropdown show or hide based on what is selected from a parent dropdown?
Not currently, no. You would have to create separate drop downs and then use conditional logic to do what you are asking. Thus, selection of a drop down item will change which child drop down shows. Depending on how many parent and child relationships you want, this could get complex fast.