1. Computing

Using Forms and CGI

By , About.com Guide

3 of 6

A Sample Form
A Sample Form

A Sample Form

Jennifer Kyrnin

The image is what our sample form would look like.

And here is the HTML for it:

<form action="form.cgi" method="post">
Please enter your name: <input type="text" name="full_name" size="20" /><br/>
<input type="Submit" name="submit" value="submit form" />
</form>

©2013 About.com. All rights reserved.