|
|
Ok, code but first I have to comment. The reason I purshaed dreamweaver is
because "no coding" caught my attention. I had wanted to lean html I could have
went that path first. No coding is good for me...or so I thought. Was it mis
leading? hmmm
Here is the code...
<div id="formTable">
<table width="610" height="218" border="0" cellpadding="0" cellspacing="1">
<caption>
<font color="#FFFFFF" face="Georgia, Times New Roman, Times,
serif">[B]CONTACT AND BORROWER INFORMATION [/B]</font>
</caption>
<tr>
<th colspan="3" scope="col"><div align="left">
<form id="form1" name="form1" method="post" action="">
First Name
</form>
</div></th>
<th width="168" scope="col"><form id="form2" name="form2"
method="post" action="">
<div align="left">Last Name </div>
</form> </th>
<th width="244" scope="col"><form id="form3" name="form3"
method="post" action="">
<div align="left">Email </div>
</form> </th>
</tr>
<tr>
<td colspan="3"><form id="form4" name="form4" method="post" action="">
<input type="text" name="textfield" />
</form> </td>
<td><form id="form5" name="form5" method="post" action="">
<input type="text" name="textfield2" />
</form> </td>
<td><form id="form6" name="form6" method="post" action="">
<input type="text" name="textfield3" />
</form> </td>
</tr>
<tr>
<td colspan="3"><form id="form7" name="form7" method="post" action="">
Current Street Addresss
</form> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="3"><form id="form8" name="form8" method="post" action="">
<input type="text" name="textfield4" />
</form> </td>
<td><form id="form11" name="form11" method="post" action="">
</form> </td>
<td><form id="form16" name="form16" method="post" action="">
</form> </td>
</tr>
<tr>
<td colspan="3">City</td>
<td>State</td>
<td>Zip Code </td>
</tr>
<tr>
<td colspan="3"><form id="form9" name="form9" method="post" action="">
<input type="text" name="textfield5" />
</form> </td>
<td><form id="form12" name="form12" method="post" action="">
<select name="select">
<option>Alaska</option>
<option>California</option>
<option>Idaho</option>
</select>
</form> </td>
<td><form id="form13" name="form13" method="post" action="">
<input type="text" name="textfield8" />
</form> </td>
</tr>
<tr>
<td colspan="3">Primary Phone </td>
<td>Alternate Phone </td>
<td>Best Time To Call </td>
</tr>
<tr>
<td width="206"><form id="form10" name="form10" method="post"
action="">
<input type="text" name="textfield6" />
</form> </td>
<td width="4"> </td>
<td width="3"> </td>
<td><form id="form14" name="form14" method="post" action="">
<input type="text" name="textfield9" />
</form> </td>
<td><form id="form15" name="form15" method="post" action="">
<input type="text" name="textfield10" />
</form> </td>
</tr>
<tr>
<td colspan="3"> </td>
<td> </td>
<td><form action="/HDWForm2Mail/Form2Mail.php"
enctype="application/x-www-form-urlencoded" name="form17" id="form17">
<input type="submit" name="Submit" value="Submit" />
<input type="hidden" name="hdwemail" id="hdwemail"
value="VALENCIA1956+HOTMAIL.COM" />
<input type="hidden" name="hdwok" id="hdwok"
value="HTTP://AMBASSADORFUNDING.NET/EMAILSUCCESSFUL.HTML" />
<input type="hidden" name="hdwnook" id="hdwnook"
value="HTTP://AMBASSADORFUNDING.NET/EMAILFAILURE.HTML" />
</form>
</td>
</tr>
</table>
</div>
|
|