Hi, I have a website which is www.myadlert.com Under the car search option there is a make and model drop down menu. Currently a user can select a make of a car and then select a model. However, they can ONLY select one of each. I want someone to modify the php/jQuery code (or write new code) such that a user could select multiple makes and then the model drop down would have all the models for the associated makes and the user could select multiple models.
I can provide the current cod…