These three columns are set up in the list "AppSupportProdTest" as column types "lookup" and "<label for="ctl00_PlaceHolderMain_OptionalSettings_ctl00_ctl01_cbxAllowMultiValue">Allow multiple values" checked under the list column settings for those three columns. In the SPServices Code, listName: "AppSupportProdTest". For clarity purposes, I will call each column 1, 2 and 3. The selection process starts with 1 which feeds 2 which feeds 3. </label>
<label for="ctl00_PlaceHolderMain_OptionalSettings_ctl00_ctl01_cbxAllowMultiValue">Its only when I uncheck "Allow multiple values" on column 2 that everything works other that being able to multi select fields from column 2. So multiple values can be selected in the form of "AppSupportProdTest" for column 1 (<label for="ctl00_PlaceHolderMain_OptionalSettings_ctl00_ctl01_cbxAllowMultiValue">Allow multiple values checked) </label>which dynamically populates the lookup field (without multiple values checked in list column settings) which then dynamically populates fields in lookup field 3 ("allow multiple values checked"). </label>
<label for="ctl00_PlaceHolderMain_OptionalSettings_ctl00_ctl01_cbxAllowMultiValue">Its when I enable "allow multiple values" in column 2 that it all breaks. All values are shown in column 2 and 3 with no lookup happening.</label>
<label for="ctl00_PlaceHolderMain_OptionalSettings_ctl00_ctl01_cbxAllowMultiValue"></label>I hope that makes more sense. If I can provide screenshots or anything of any more help I will do that. I really appreciate the help. I am pulling my hair out here trying to figure out why this is not working. It seems really straight forward.
Thanks