How to change a text box to visible depending on what item is selected in a drop down menu?
问题 I have a drop-down menu with a list of school subjects in it, the last option is "Add New Subject" so when the user selects that option, I need a text box to appear. My HTML form looks like this: (I have only included the relevant bits, there is a bit more stuff on it. <form method="post" action="createQuestion.php" name="cq"> <select name="subject" id="subject"> <option value="biology">Biology</option> <option value="maths">Maths</option> <option value="economics">Economics</option> <option