Skip to content

Instantly share code, notes, and snippets.

@jonmagic
Created February 25, 2009 16:43
Show Gist options
  • Save jonmagic/70265 to your computer and use it in GitHub Desktop.
Save jonmagic/70265 to your computer and use it in GitHub Desktop.
<form enctype='multipart/form-data' action='process.php' method='post'>
<table>
<tr>
<td><label>Name</label></td>
<td><input name="YourName" /></td>
</tr>
<tr>
<td><label>Name</label></td>
<td><input name="YourPhoneNumber" /></td>
</tr>
<tr>
<td><label>Name</label></td>
<td><input name="YourEmail" /></td>
</tr>
<tr>
<td><label>Name</label></td>
<td><input name="Subject" /></td>
</tr>
<tr>
<td><label>Name</label></td>
<td><textarea name="Message" /></textarea></td>
</tr>
</table>
<input type=submit value='Submit Form' /> <input type=reset value='Reset Form' />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment