I ask for to much sometimes.
Here is my form in
html
I have downloaded the 3 .
php file from this link
http://www.joe2torials.com/view_tutorial.php?view=68 never used .
php before. Been trying to read other threads but got lost several times. I have work out how to edit the .
php forms but not connect it to the form.
Any help would be greatful
Dan
- Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><!-- InstanceBegin template="/Templates/template.dwt" codeOutsideHTMLIsLocked="false" -->
<HEAD>
<!-- InstanceBeginEditable name="doctitle" -->
<TITLE> </TITLE>
<!-- InstanceEndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
</HEAD>
<BODY BGCOLOR="#000000" TEXT="#FFFFFF">
<table width="100%" height="215" border="0" cellpadding="2" cellspacing="2">
<tr>
<td width="15%"> </td>
<td width="70%"><!-- InstanceBeginEditable name="Content" --></script></div>
</div>
<div id="middletxt">
<div id="content">
<form id="form1" name="form1" method="post" action=""><br>
<br>
<br>
<p align="center">You can contact us via email by completing the form </p>
<div align="center">
<table width="80%" border="1" cellspacing="2" cellpadding="2">
<tr>
<td align="right"><p>Please enter your name: </p></td>
<td><input name="name" type="text" id="name" value="your name" /></td>
</tr>
<tr>
<td align="right"><p>Please enter your email address: </p></td>
<td><input name="address" type="text" id="address" value="Your E-Mail address" /></td>
</tr>
<tr>
<td align="right"><p>Type your message in the space provided: </p></td>
<td><textarea name="message" cols="50" rows="10" id="message"></textarea></td>
</tr>
<tr>
<td align="right"><p>Click Submit to send your message or reset to cancel </p></td>
<td><p>
<input type="submit" name="Submit" value="Submit" />
</p>
<p>
<input type="reset" name="Submit2" value="Reset" />
</p></td>
</tr>
</table>
</div>
<p align="center"> </p>
</form>
</div>
</p></td><!-- InstanceEndEditable --></td>
<td width="15%">
</tr>
</table>
<p> </p>
<div id="footer">
</div>
<p> </p>
<p> </p>
</BODY>
<!-- InstanceEnd --></HTML>