Results 1 to 2 of 2

Thread: Why email form not working?

  1. #1
    Join Date
    Jan 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Why email form not working?

    When I submit the form I get this:
    Company:

    New_or_existing:

    Allocated_or_pooled:

    Profit_sharing:

    Employer:

    Number_of_employers:

    Name:

    Email:

    Phone:


    However, the response to these questions should have been submitted as well.

    I've checked the PHP and it seems fine. The same code works on another form. Could it be in the form html? It's been a nightmare. Below is the form HTML

    ---------------------------------------------------------------------
    Code:
    <!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" />
    		<meta name="generator" content="Adobe GoLive" />
    		<title>APA Prospective Clients</title>
    		<link href="css/basic.css" rel="stylesheet" type="text/css" media="all" />
    		<style type="text/css" media="screen"><!--
    A:link {color: #8B213E}
    A:hover {color: #FAB75A}
    A:visited {color: #8B213E}
    --></style>
    <LINK REL=stylesheet TYPE="text/css" HREF="extstyle.css" type="text/css">
    	</head>
    
    	<body>
    		<div align="center">
    			<p></p>
    			<table width="702" border="0" cellspacing="0" cellpadding="1" bgcolor="#79001e">
    				<tr>
    					<td><table width="700" border="0" cellspacing="0" cellpadding="0">
    				<tr>
    					<td>
    						<table width="700" border="0" cellspacing="0" cellpadding="0">
    							<tr>
    								<td><a href="index.html"><img src="images/inside/images/home_logo_01.gif" alt="" width="347" height="91" border="0" /></a></td>
    								<td><img src="images/inside/images/top_right_02.gif" alt="" width="403" height="91" border="0" /></td>
    							</tr>
    						</table>
    					</td>
    				</tr>
    				<tr>
    					<td>
    						<table width="681" border="0" cellspacing="0" cellpadding="0">
    							<tr>
    								<td><a href="index.html"><img src="images/home.gif" alt="" width="118" height="25" border="0" /></a></td>
    								<td><a href="about.html"><img src="images/about.gif" alt="" width="74" height="25" border="0" /></a></td>
    								<td><a href="services.html"><img src="images/services.gif" alt="" width="85" height="25" border="0" /></a></td>
    								<td><a href="business_partners.html"><img src="images/business_partners.gif" alt="" width="143" height="25" border="0" /></a></td>
    								<td><a href="resources.html"><img src="images/resources.gif" alt="" width="99" height="25" border="0" /></a></td>
    								<td><a href="uploads.html"><img src="images/uploads.gif" alt="" width="86" height="25" border="0" /></a></td>
    											<td><a href="contact.html"><img src="images/contact.gif" alt="" width="145" height="25" border="0" /></a></td>
    										</tr>
    						</table>
    					</td>
    				</tr>
    				<tr>
    					<td bgcolor="white">
    						<table width="700" border="0" cellspacing="0" cellpadding="0">
    							<tr>
    								<td valign="top"><img src="images/inside_sliced_11.gif" alt="" width="165" height="384" border="0" /></td>
    								<td valign="top">
    									<table width="64" border="0" cellspacing="0" cellpadding="0">
    										<tr>
    											<td><img src="images/ph/ph_prospective_clients_12.gif" alt="" width="585" height="37" border="0" /></td>
    										</tr>
    										<tr>
    											<td align="left"></td>
    										</tr>
    										<tr>
    											<td>
    												<table width="585" border="0" cellspacing="0" cellpadding="20">
    													<tr>
    														<td align="left" bgcolor="white">
    																		<form action="http://www.sozopivotal.com/apa/form.php" method="post" name="FormName">
    																			<p><strong>Company Name:</strong> <input type="text" name="company" size="24" /></p>
    																			<p><strong>Please describe your plan</strong><br />
    																				<input type="radio" name="new_or_existing" value="new" /> New<br />
    																				<input type="radio" name="new_or_existing" value="existing" /> Existing</p>
    																			<p><strong>Number of participants with balances:  </strong><input type="text" name="number_of_participants" size="5" /></p>
    																			<p><input type="radio" name="allocated_or_pooled" value="allocated" /> Allocated Account<br />
    																				<input type="radio" name="allocated_or_pooled" value="pooled" /> Pooled Account</p>
    																			<p><input type="radio" name="profit_sharing:" value="only" /> Profit Sharing only<br />
    																				<input type="radio" name="profit_sharing:" value="with_401k" /> Profit Sharing with 401(k)</p>
    																			<p><strong>Profit Sharing Allocation Method:</strong><br />
    																				<input type="radio" name="profit_share_allocation_method" value="integrated" /> Integrated with Social Security<br />
    																				<input type="radio" name="profit_share_allocation_method" value="new_comp" /> New Comparability<br />
    																				<input type="radio" name="profit_share_allocation_method" value="age_weighted" /> Age Weighted</p>
    																			<p><input type="radio" name="employer" value="multiple" /> Multiple Employer<br />
    																				<input type="radio" name="employer" value="single" /> Single Employer</p>
    																			<p><strong>If multiple employer, number of participating employers: </strong><input type="text" name="number_of_employers" size="5" /></p>
    																			<p><strong>Send quote to:</strong></p>
    																			<p>Name: <input type="text" name="name" size="24" /></p>
    																			<p>Email: <input type="text" name="email" size="24" /></p>
    																			<p>Phone: <input type="text" name="phone" size="24" /></p>
    																			<input type="submit" name="submitButtonName" value="Submit">
    																		</form>
    																		<p></p>
    																	</td>
    													</tr>
    												</table>
    											</td>
    										</tr>
    									</table>
    								</td>
    							</tr>
    						</table>
    					</td>
    				</tr>
    							<tr>
    					<td bgcolor="white" background="(EmptyReference!)">
    						<table width="704" border="0" cellspacing="0" cellpadding="0" height="40">
    							<tr>
    								<td>
    									<div style="position:relative;width:165px;height:39px;-adbe-g:p;"></div>
    								</td>
    								<td background="images/inside/images/footer_mid_14.gif">
    									<table width="503" border="0" cellspacing="0" cellpadding="0">
    										<tr>
    											<td>
    												<ol><div align="center"></div></ol>
    											</td>
    										</tr>
    									</table>
    								</td>
    								<td bgcolor="#fab75a"><img src="images/inside/images/footer_left_15.gif" alt="" width="82" height="39" border="0" /></td>
    							</tr>
    						</table>
    					</td>
    				</tr>
    						</table></td>
    				</tr>
    			</table>
    			
    		</div>
    	</body>
    
    </html>
    Last edited by thetestingsite; 02-07-2008 at 02:31 AM. Reason: wrapped code in code tags

  2. #2
    Join Date
    Mar 2007
    Location
    Tarboro, NC
    Posts
    290
    Thanks
    8
    Thanked 2 Times in 2 Posts

    Default

    You should probably put that in [code] tags, and I don't see anything wrong.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •