Olive Branch MS Chamber of Commerce (circa Oct 1999)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

26 lines
889 B

<div>
<h2 class=center>Request More Information<hr></h2>
<form method="post" action="send_email.php3">
<table width=580 border=1>
<tr class=header>
<th colspan=2>Email Request Form</th></tr>
<tr><td class=label>Company:</td>
<td class=data>
<input type="text" name="company" size=46 maxlength=44>
</td></tr>
<tr><td class=label>Name/Title:</td>
<td class=data>
<input type="text" name="name" size=22 maxlength=21>
<input type="text" name="title" size=21 maxlength=21>
</td></tr>
<tr><td class=label>Address:</td>
<td class=data>
<input type="text" name="address" size=46 maxlength=44>
</td></tr>
<tr><td class=label>City/State/Zip:</td>
<td class=data>
<input type="text" name="city" size=25 maxlength=25>
<input type="text" name="state" size=5 maxlength=2>
<input type="text" name="zip" size=10 maxlength=5>
</td></tr>
</table>