Not entirely sure what I need to search for. It's a category - show subcategory select form. <select> <option>1</option> <option>2</option> <option>3</option> </select> Option 2 is selected <select> <option>2.1</option> <option>2.2</option> </select> Any ideas on what I need to search for? I'm guessing JQuery but haven't a clue what type it would be. Thanks [EDIT] I will be pulling towns/regions out from a database too so it will need to work dynamically.