Replace the submit button typesubmitwith a regular button


Gather all user inputs and display them nicely under the form so a user can verify if they have entered the right information:

• Your form must at least use elements of textbox, radio button, checkbox, and dropdown list. Use the most appropriate form elements for different types of information.

• Replace the submit button (type="submit")with a regular button (type="button").

• Once the buttonis clicked, display the user inputs in an HTML table below the form, if validations are successful.

• Each item should be displayed in one row. An item's caption is in the left column and its value is in the right column.

• Provide input validation: all items are required. Display the error message if any value is not provided.

Submission

Submit the following two items to D2L:

• Take a screenshot of the new webpage displayed in browser, before and after the click of the button. Compile all required screenshots in one PDF file and submit it. All screens must be clear, original, and show the complete browser - no graphic editing or cropping is allowed. Clearly label and describe all screenshots.

• Compress your site folder with all files into a .zip file and submit it.

• Your grade is determined on how much you have satisfied the requirements specified in the instruction.

• You need to write well-formed and clean code. You should not use any wizard to generate the code,nor should you copy and paste codes from other sources without cleaning it.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Replace the submit button typesubmitwith a regular button
Reference No:- TGS01004160

Expected delivery within 24 Hours