Hi,
Apologies if this has been covered elsewhere. I did a search and although found a few simialar posts, could not see one which touches on this kind of scenario.
I have three cascading dropdowns, all reading from a sharepoint data source and with filters set up to only show available options dependant on what the user has selected in the previous filter, so in essence one each dropdown dictates what is available in the next.
Example Below
What I am trying to achieve is this;
While making sure each field remains mandatory, where the a top dropdown or 2nd level dropdown may not have any further items linked in the remaining dropdowns, when selecting such a field I am looking to auto-complete the remaining dropdowns with N/A or the same value as the previous level and hiding the control so the remaining dropdowns so the user can continue with the form. Hiding it once the first field is selected and the next ones will be the same or N/A just looks more professional.
What I am trying to avoid is having a user first selecting dropdown 1, finding the next two levels with N/A or the same name and because the field are mandatory, the user must click through the two remaining dropdowns before they can continue. I can get this to work without mandatory switched off but not with it on.
I know how to add a rule to add any text if field one matches for example "Main Job 3" but keep getting the Infopath error in Sharepoint when doing it this way. Not sure if I can set a rule which looks at filter one and dependant on what the user selects, looks up the same value in the sharepoint source data and auto selected the same dropdown and accepts the fields as being completed.
Any suggestions would be welcomed :)
Thank you advance