Hide and show multiple fields on a form based on conditions using Java Script.
Below is my scenario: I have 2 tables Course and Enrollment. Course table contains Course name, number of activities, assessment method(total 10 text fields) and course description. Enrollment co...