I have a site that allows visitors to enrol for a course by 1st selecting a country, a school and then the course.
The idea is to have the schools only for a particular country (the country selected from a dropdown list by the visitor), and after a school is selected, to reveal only the courses offered by that school.
I need help with which approach to use, and hopefully with that approach in place I will be able to incorporate some JS to display a loading icon as the browser asynchronously loads the relative data for the selected option..
Thanks guys
The idea is to have the schools only for a particular country (the country selected from a dropdown list by the visitor), and after a school is selected, to reveal only the courses offered by that school.
I need help with which approach to use, and hopefully with that approach in place I will be able to incorporate some JS to display a loading icon as the browser asynchronously loads the relative data for the selected option..
Thanks guys