php email form problem?

  • Thread starter Thread starter JACK!!!!!
  • Start date Start date
J

JACK!!!!!

Guest
creating a php form and have some problems. i have tried it on my website server and when i submit it i only get the message box at the bottom and rest of the form is not there. here is the code -

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>EuropeXtreme - Talent Hunt Form</title>
</head>

<body><form method="post" action="sendmail.php">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" bgcolor="#000000" height="57">
<tr>
<td width="100%" height="57"><font face="Arial Narrow">
<img border="0" src="europextremelogo1.gif" align="top" width="82" height="83"><font color="#FFFFFF">
<font size="6"></font></font><font size="7" color="#FFFFFF">EUROPEXTREME
TALENT HUNT FORM</font></font></td>
</tr>
</table>
<font face="Arial Narrow">Please Fill in the Form below and click submit at
the bottom of the page.<br>
<br>
Name:</font> <input name="name" type="text" size="20" /><br />
<font face="Arial Narrow">Country:</font><input name="country" type="text" size="30" /><br />
<font face="Arial Narrow">Email:</font><input name="email" type="text" size="20" /><br>
<font face="Arial Narrow">Gamertag:</font><input name="gamertag" type="text" size="40" /><br>
<hr color="#000000" size="1">
<p><br />
<font face="Arial Narrow">Which platform's do you own?:</font><input name="platform's" type="text" size="40" /><br />
<font face="Arial Narrow">How often do you use the console's)?:</font><input name="console's" type="text" size="30" /><br />
<font face="Arial Narrow">How many clans have you been in (if any)?:</font><input name="clans" type="text" size="30" /><br />
<font face="Arial Narrow">What is your favourite game for each console that you own?:</font><input name="games" type="text" size="40" /><br />
<font face="Arial Narrow">How many hours a week do you play online for each console that you own?:</font><input name="hours" type="text" size="30" /><br />
<font face="Arial Narrow">Do you have your gamercard linked to <A
href="http://www.callofduty.com"><font color="#000000">www.callofduty.com</font></A>?:</font> <input name="gamercard_linked" type="text" size="30" /><br />
<font face="Arial Narrow"><br>
Any Other Information?:</font><br />
<textarea name="message" rows="15" cols="40">
</textarea><br />
<input type="submit" value="Submit" /> </p>
</form>

<p align="center"><font face="Arial Narrow" size="2">EuropeXtreme.com - 2009<br>
Form Created By Jack Hampson</font></p>

</body>

</html>


thanks
 
Back
Top