I have created several combo boxes that synchronize and populate based on the choice made in the boxes before them. All of them have multiple choices. No default value is ever given, the user must click to view all the choices on the dropdown. They work great.
Here's the problem: I am now working on a form where the last combo box does not have multiple choices - only one option is available. The user chooses the country, then the phone code for the country is displayed in front of the phone number. It works, it displays the proper phone code, but the user must click down on the box...it doesn't just appear as the default when the country is chosen.
How do I get the last combo box to just display the phone code after the country is chosen instead of making them click on the dropdown?
Please help! Thank you!
Staci
Here's the problem: I am now working on a form where the last combo box does not have multiple choices - only one option is available. The user chooses the country, then the phone code for the country is displayed in front of the phone number. It works, it displays the proper phone code, but the user must click down on the box...it doesn't just appear as the default when the country is chosen.
How do I get the last combo box to just display the phone code after the country is chosen instead of making them click on the dropdown?
Please help! Thank you!
Staci