Please forgive me if this is confusing, I am a newbie =)
I have a form that has one radio button and two select boxes.
I want the user to choose one of two options with a radio button. That will disable the opposite select box and enable the select box they chose. For example, the radio buttons will be salesperson or manager. If they choose manager, the list of managers will be enabled and the list of salespersons disabled.
Is it possible to have both select lists contain the same name? Upon submission I want any choice on the select lists to be submitted under the same variable.
I have a form that has one radio button and two select boxes.
I want the user to choose one of two options with a radio button. That will disable the opposite select box and enable the select box they chose. For example, the radio buttons will be salesperson or manager. If they choose manager, the list of managers will be enabled and the list of salespersons disabled.
Is it possible to have both select lists contain the same name? Upon submission I want any choice on the select lists to be submitted under the same variable.