I love the program first of all, I am having a problem when creating my own HTML Form with gathering results. The email goes to the email correctly except for the fact the Data is not there. I am posting the form code thank you for the help and I will be buying the software license, pardon my dreamweaver code I am new with web design.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
color: #CC0000;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style4 {color: #CC0000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
-->
</style>
</head>
<body>
<table width="332" border="0">
<tr>
<td colspan="2"><form id="form17" name="form17" method="post" action="">
<label>
<span class="style1">Area of Interest</span><br />
<select name="techcatagory" id="techcatagory">
<option value=""></option><option value="Business Administration">Business Administration</option><option value="Graphics Multimedia Design">Graphics & Multimedia Design</option><option value="Information Systems">Information Systems</option><option value="Information Technology">Information Technology</option><option value="Networking">Networking</option><option value="Programming and Software Development">Programming & Software Development</option><option value="Visual Communications">Visual Communications</option><option value="Web Design">Web Design</option></select>
</label>
</form> </td>
</tr>
<tr>
<td colspan="2"><form id="form1" name="form1" method="post" action="">
<label>
<span class="style1">First Name</span><span class="style4">*</span><br />
<input name="first_name" type="text" id="first_name" size="8" maxlength="20" />
</label>
</form></td>
</tr>
<tr>
<td colspan="2" class="style1"><form id="form2" name="form2" method="post" action="">
<label> <span class="style1" style="width: 150px;">Last Name<span class="style4">*</span></span><br />
<input name="last_name" type="text" id="last_name" size="15" maxlength="40" />
</label>
</form></td>
</tr>
<tr>
<td colspan="2" class="style1"><form id="form3" name="form3" method="post" action="">
<label>
<span class="style1"><span class="cf_label" style="width: 150px;">Gender</span>: Male</span></label>
<span class="style1">
<label> </label>
</span>
<label>
<input type="radio" name="radio" id="male" value="male" />
</label>
<label>
<span class="style1">Female</span>
<input type="radio" name="radio" id="female" value="female" />
</label>
</form></td>
</tr>
<tr>
<td width="187"><form id="form4" name="form4" method="post" action="">
<label><span class="style1" style="width: 150px;">Street Address<span class="style4"> *</span></span> <br />
<input name="street_address" type="text" id="street_address" size="20" maxlength="60" />
</label>
<span class="style1" style="width: 150px;"><br />
</span>
</form> </td>
<td width="135"><form id="form16" name="form5" method="post" action="">
<label>
<span class="style1" style="width: 150px;">Apt/Unit #</span><br />
<input name="aptnum2" type="text" id="aptnum2" size="6" maxlength="10" />
</label>
</form> </td>
</tr>
<tr>
<td colspan="2"><form id="form6" name="form6" method="post" action="">
<label><span class="style1" style="width: 150px;">City<span class="style4">*</span></span> <br />
<input name="city" type="text" id="city" size="20" />
</label>
<span class="style1" style="width: 150px;"><br />
</span>
</form> </td>
</tr>
<tr>
<td><form id="form7" name="form7" method="post" action="">
<label>
<span class="style1" style="width: 150px;">State</span><span class="style4">*<br />
</span>
<select name="state" id="state">
<option value="">Select a State</option>
<option>AK</option>
<option>AL</option>
<option>AR</option>
<option>AZ</option>
<option>CA</option>
<option>CO</option>
<option>CT</option>
<option>DC</option>
<option>DE</option>
<option>FL</option>
<option>GA</option>
<option>HI</option>
<option>IA</option>
<option>ID</option>
<option>IL</option>
<option>IN</option>
<option>KS</option>
<option>KY</option>
<option>LA</option>
<option>MA</option>
<option>MD</option>
<option>ME</option>
<option>MI</option>
<option>MN</option>
<option>MO</option>
<option>MS</option>
<option>MT</option>
<option>NC</option>
<option>ND</option>
<option>NE</option>
<option>NH</option>
<option>NJ</option>
<option>NM</option>
<option>NV</option>
<option>NY</option>
<option>OH</option>
<option>OK</option>
<option>OR</option>
<option>PA</option>
<option>RI</option>
<option>SC</option>
<option>SD</option>
<option>TN</option>
<option>TX</option>
<option>UT</option>
<option>VA</option>
<option>VT</option>
<option>WA</option>
<option>WI</option>
<option>WV</option>
<option>WY</option></select>
</label>
</form></td>
<td><form id="form8" name="form8" method="post" action="">
<label> <span class="style1" style="width: 150px;">Zip Code<span class="style4">*</span></span><br />
<input name="zipcode" type="text" id="zipcode" size="5" maxlength="5" />
</label>
</form></td>
</tr>
<tr>
<td colspan="2"><form id="form5" name="form9" method="post" action="">
<label><span class="style1" style="width: 150px;">Preferred Phone<span class="style4">*</span></span><br />
<input name="areacode2" type="text" id="areacode2" size="3" maxlength="3" />
</label>
-
<label>
<input name="prefix2" type="text" id="prefix2" size="3" maxlength="3" />
</label>
-
<label>
<input name="suffix2" type="text" id="suffix2" size="4" maxlength="4" />
</label>
<label>
<select name="preferredphonetype2" id="preferredphonetype2">
<option value="home" selected="selected">Home</option>
<option value="work">Work</option>
<option value="mobile">Mobile</option>
</select>
</label>
<span class="style1" style="width: 150px;"><br />
</span>
</form> </td>
</tr>
<tr>
<td colspan="2"><form id="form10" name="form10" method="post" action="">
<label>
<span class="style1" style="width: 150px;">Alternate Phone<br />
</span>
<input name="nightareacode" type="text" id="nightareacode" size="3" maxlength="3" />
</label>
-
<label>
<input name="nightprefix" type="text" id="nightprefix" size="3" maxlength="3" />
</label>
-
<label>
<input name="night_suffix" type="text" id="night_suffix" size="4" maxlength="4" />
</label>
<label>
<select name="alternatephonetyp" id="alternatephonetyp">
<option value="home" selected="selected">Home</option>
<option value="work">Work</option>
<option value="mobile">Mobile</option>
</select>
</label>
</form></td>
</tr>
<tr>
<td colspan="2"><form id="form11" name="form11" method="post" action="">
<label>
<span class="style1" style="width: 150px;">E-mail<span class="style4">*</span></span><br />
<input name="email" type="text" id="email" size="25" maxlength="239" />
</label>
</form></td>
</tr>
<tr>
<td colspan="2"><form id="form12" name="form12" method="post" action="">
<div align="left"><span class="style1" style="width: 150px;">Year of High School Graduation<span class="style4">*</span></span>
<br />
<select name="yearhsgrad" id="yearhsgrad">
<option value="2011">2011 or After</option>
<option value="2010">2010 </option>
<option value="2009" selected="selected">2009 </option>
<option value="2008">2008 </option>
<option value="2007">2007 </option>
<option value="2006">2006 </option>
<option value="2005">2005 </option>
<option value="2004">2004 </option>
<option value="2003">2003 </option>
<option value="2002">2002 </option>
<option value="2001">2001 </option>
<option value="2000">2000 </option>
<option value="1999">1999 </option>
<option value="1998">1998 </option>
<option value="1997">1997 </option>
<option value="1996">1996 </option>
<option value="1995">1995 </option>
<option value="1994">1994 </option>
<option value="1993">1993 </option>
<option value="1992">1992 </option>
<option value="1991">1991 </option>
<option value="1990">1990 </option>
<option value="1989">1989 </option>
<option value="1988">1988 </option>
<option value="1987">1987 </option>
<option value="1986">1986 </option>
<option value="1985">1985 </option>
<option value="1984">1984 </option>
<option value="1983">1983 </option>
<option value="1982">1982 </option>
<option value="1981">1981 </option>
<option value="1980">1980 </option>
<option value="1979">1979 or Before </option></select></div></form></td>
</tr>
<tr>
<td colspan="2"><form id="form13" name="form13" method="post" action="">
<div align="left"><span class="style1" style="width: 150px;">Best time to be called</span><br />
<select name="btc" id="btc">
<option value=" BTTC NA">--</option>
<option value=" BTTC 8am to 11am">8am - 11am</option>
<option value=" BTTC 11am to 1pm">11am - 1pm</option>
<option value=" BTTC 1pm to 5pm">1pm - 5pm</option>
<option value=" BTTC 5pm to 7pm">5pm - 7pm</option>
<option value=" BTTC 7pm to 9pm">7pm - 9pm</option>
</select>
</label>
</div>
</form></td>
</tr>
<tr>
<td colspan="2"><form id="form14" name="form14" method="post" action="">
<span class="style1">Are you interested in online or campus-based learning?</span><br />
<label>
<input type="radio" name="radio" id="campus" value="campus" />
</label>
<span class="style1">Campus</span>
<label>
<input type="radio" name="radio" id="online" value="online" />
</label>
<span class="style1">Online</span><br />
</form></td>
</tr>
<tr>
<td colspan="2"><form id="form15" name="form15" method="post" action="">
<div align="left"><span class="style1" style="width: 150px;">Are you associated with the United States Military?</span><br />
<select name="military" id="military">
<option value="No" selected="selected" class="list_item_with_space">No</option>
<option label="Air Force" style="background-color: rgb(221, 232, 255);" value="" class="list_item_with_space">Air Force</option>
<option value="AF-Reg" class="list_item_with_space">AF - Active Duty (AD)</option>
<option value="AF-Res" class="list_item_with_space">AF - Selective Reserve (SR)</option>
<option value="AF-ResSp" class="list_item_with_space">AF - Spouse of AD or SR</option>
<option value="AF-Veteran" class="list_item_with_space">AF - Veteran</option>
<option value="AF-DOD-Civ-GS" class="list_item_with_space">AF - Civilian</option>
<option label="Army" style="background-color: rgb(221, 232, 255);" value="" class="list_item_with_space">Army</option>
<option value="AR-Reg" class="list_item_with_space">AR - Active Duty (AD)</option>
<option value="AR-Res" class="list_item_with_space">AR - Selective Reserve (SR)</option>
<option value="AR-ResSp" class="list_item_with_space">AR - Spouse of AD or SR</option>
<option value="AR-Veteran" class="list_item_with_space">AR - Veteran</option>
<option value="AR-DOD-Civ-GS" class="list_item_with_space">AR - Civilian</option>
<option label="Coast Guard" style="background-color: rgb(221, 232, 255);" value="" class="list_item_with_space">Coast Guard</option>
<option value="CG-Reg" class="list_item_with_space">CG - Active Duty (AD)</option>
<option value="CG-Res" class="list_item_with_space">CG - Selective Reserve (SR)</option>
<option value="CG-ResSp" class="list_item_with_space">CG - Spouse of AD or SR</option>
<option value="CG-Veteran" class="list_item_with_space">CG - Veteran</option>
<option value="CG-DOD-Civ-GS" class="list_item_with_space">CG - Civilian</option>
<option label="Marine Corps" style="background-color: rgb(221, 232, 255);" value="" class="list_item_with_space">Marine Corps</option>
<option value="MC-Reg" class="list_item_with_space">MC - Active Duty (AD)</option>
<option value="MC-Res" class="list_item_with_space">MC - Selective Reserve (SR)</option>
<option value="MC-ResSp" class="list_item_with_space">MC - Spouse of AD or SR</option>
<option value="MC-Veteran" class="list_item_with_space">MC - Veteran</option>
<option value="MC-DOD-Civ-GS" class="list_item_with_space">MC - Civilian</option>
<option label="Navy" style="background-color: rgb(221, 232, 255);" value="" class="list_item_with_space">Navy</option>
<option value="NV-Reg" class="list_item_with_space">NV - Active Duty (AD)</option>
<option value="NV-Res" class="list_item_with_space">NV - Selective Reserve (SR)</option>
<option value="NV-ResSp" p="" class="list_item_with_space">NV - Spouse of AD or SR</option>
<option value="NV-Veteran" class="list_item_with_space">NV - Veteran</option>
<option value="NV-DOD-Civ-GS" class="list_item_with_space">NV - Civilian</option>
</select>
<br />
</div>
</form> </td>
</tr>
<tr>
<td colspan="2"><label>
<div align="left">
<input type="submit" name="submit2" id="submit2" value="Submit" />
</div>
</label></td>
</tr>
<tr>
<td colspan="2"><span class="style2">*</span> <span class="style1">Denotes a required field</span></td>
</tr>
</table>
</body>
</html>