This document describes an online form submission app that contains three parts: FormSrv.java, Form.html, and web.xml. FormSrv.java contains the Java code for the servlet that processes form submissions. Form.html contains the HTML code for the form that users submit. Web.xml maps the servlet and form URL. Deploying these codes allows users to submit and view the results of online forms.