I have a form that populates the country field dynamically using AJAX:
As you can see, this drop down is too long and runs off the bottom of the page.
When I hard code the select list, it looks fine -
Any idea on how to make the dynamic list shorter so the items can be scrolled within the drop down list?