Hey WordPress Community
I need to create a 4 tier drop down list with each tier is dependant on the previous entry.
it will be a Car Make >>> Car Model >>>> Engine Size >>> Varient
I found a jquery tutorial when all the data is loaded together however eventually the fields will have over 1000 different car variants in total so this will put affect the load time of each page.
Whilst googling through the internet for solutions I read up on AJAX which sounds like an ideal solution to my problem but most tutorials I have found of AJAX and drop down lists are to do with ASP.NET databases. Any one know of a tutorial of AJAX cascading Drop down that will work on a WordPress site.
I should also add I need this tool to work as a widget in the sidebar of my page so I will be putting the code in the widget area in the WP Dashboard