views:

17

answers:

0

I have an html page and want to have 3 dropdown boxes (department name, course name, and course number). I want the user to select the department name first and this will trigger the course name dropdown then once the user selects the course name, the course number dropdown will be populated.

I already have a csv file with all the information. My question is how do I populate the dropdowns from the csv (converted into JSON)?