<form action="http://localhost:8081/addpatient" method="get"> <p><input type="text" size="30" name="patient" id="patient"> <label for="patient">: patient name</label></p> <p>Shift-Click to select each of your allergies:</p> <p><!-- size is how many choices will be visible at a time --><select multiple="multiple" size="5" name="alleries"> <option selected="selected" value="cat hair">cat hair</option> <option selected="selected" value="dust mites">dust mites</option> <option value="milk">milk</option> <option value="shellfish">shellfish</option> <option value="wheat">wheat</option> </select> <input type="submit" name="this" value="Send"> <input type="reset"></p> </form>