I am creating a roster that has multiple positions on multiple pages. I
have a drop-down list that is populated with all of the employees and
want to make sure that the same employee cannot be selected for multiple
posts. Ideally, when one is selected in a position, that person would
not be an option in the other drop-down lists. Also, when the form is
published, the end user will not use the drop-down lists in order. I
have found script to remove selected items, but it only works when the
user ...