I need to create an HTML contact form that when submitted is processed by a JSP. a.The JSP displays the entered data along with the length of characters entered in each field. b.It further allows user to re-enter another record. c.Add a dropdown box/listbox and a checkbox to your page and update JSP to display selections from these controls.