I have a form for registration where the user has to select his university. After this, the user has to select the faculty.
When a value is selected in the university dropdownlist, I want to use AJAX to update the faculty based on the select university.
How would I go about accomplishing this?