I seem to be encountering difficulties in hiding certain options when another option is selected in the select dropdown. Currently, my form defaults to 'Select1' on AS400 and 'Select2' on New Account, which reveals the user input fields.
However, I am facing a couple of issues:
Upon loading the form, 'Select1' (AS400) and 'Select2' (New Account) are displayed along with an additional 'Select2' option that should not appear.
If a user selects other options from 'Select2', the 'Select3' option also becomes visible under 'Select2' options.
Furthermore, when a user chooses 'Select1' and then selects any other option from 'Select3', the option from 'Select1' is still displayed. Is there a way to rectify this so that the user only sees their selections?
...