Avatar

Level 10

Do you mean the "LOB_List"?

Well, change the script into:

if ($.boundItem($event.newText) eq "Florida True Health") then

          Bottom_of_Form[*].AncillaryInfo.Data.AHCA.presence = "visible"

          Bottom_of_Form[*].AncillaryInfo.Data.Comments_AHCA.presence = "visible"

          Bottom_of_Form[*].AncillaryInfo.Data.AHCAReceived.presence = "visible"

else

          Bottom_of_Form[*].AncillaryInfo.Data.AHCA.presence = "hidden"

          Bottom_of_Form[*].AncillaryInfo.Data.Comments_AHCA.presence = "hidden"

          Bottom_of_Form[*].AncillaryInfo.Data.AHCAReceived.presence = "hidden"

endif