how to display dependent drop-down in django form
问题 Here while adding the student fee information from template if a user select some course then only this selected course's basic_price and advanced_price should displayed in the select fee option.How can i achieve this ? student_fee.html <div class="form-group"> <h5>Course <span class="text-danger">*</span></h5> <div class="controls"> <select name="course" id="personForm" data-fees-url="{% url 'students:ajax_load_course_fees' %}" required class="form-control"> <option value="">Select Course<