This page will demonstrate how a server side application will take the data that was entered on a form and display it within an HTML table. This example will work for any form. It is setup to read any or all fields on a form without needing any changes. Other applications are more specific to the form they process and require updates anytime the form is changed.
The table below displays the 'name=value' pairs that were entered on the form and processed on the server. This page is a result of that server side process.
The Field Name column contains the value of the name attribute for each field on the form. Example: <input name="first_name"> This displays what you coded into the HTML. NOTE: If you do not have a name attribute for a field OR if the name attribute does not have a value the form will NOT send the data to the server.
The Value of Field column contains the value of each field that was sent to the server by the form. This will vary depending upon the HTML form element and how the value attribute was used for a field.
Field Name | Value of Field |
---|