I have a simple select element on my page: <select id=\"info_routes\" size=\"10\"></select>
I have a form that allows the user to select up to X amount of options from a multi-select field.If the user selects an item greater than the X items it prompts and de-selects the last selected item.