Hi,
I did do a search for my query but to be honest I don't understand the solutions given.
Realized that the form data is lost if the image verification is incorrect. This will just wind up any site visitors that use it.
The following is mentioned in the FAQ
but I don't understand where to put this code in my script. (Made in Dreamweaver and pasted)
My code is as follows
Thanks
Andrew
Edited to add code tags<br><br>Post edited by: GreyHead, at: 2007/09/12 09:09
I did do a search for my query but to be honest I don't understand the solutions given.
Realized that the form data is lost if the image verification is incorrect. This will just wind up any site visitors that use it.
The following is mentioned in the FAQ
. . . name="field_name" value="<?php echo $_POST['field_name'] />" . . .
but I don't understand where to put this code in my script. (Made in Dreamweaver and pasted)
My code is as follows
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="105"> </td>
<td width="302">Your Name:</td>
<td colspan="2"><input type="text" name="name" size="30" />
* </td>
</tr>
<tr>
<td> </td>
<td> Telephone:</td>
<td colspan="2"><input name="telephone" type="text" id="telephone" size="30" />
*</td>
</tr>
<tr>
<td> </td>
<td>E-mail: </td>
<td colspan="2"><input type="text" name="email" size="30" />
*</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td colspan="2"> </td>
</tr>
<tr>
<td> </td>
<td>Message:</td>
<td colspan="2"><textarea name="message" cols="50" rows="12" id="message"></textarea></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td colspan="2"> </td>
</tr>
<tr>
<td> </td>
<td>Contact me by:</td>
<td colspan="2"><input type="checkbox" name="contact2" value="phone" />
Telephone
<input type="checkbox" name="contact2" value="email" />
Email </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td colspan="2"> </td>
</tr>
<tr>
<td> </td>
<td colspan="2"><p>Please type the five 'dark' characters <br />
you see in the picture.</p> </td>
<td>{imageverification}</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td colspan="2"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td colspan="2"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td colspan="2"><input type="submit" name="Submit" value="Send" /></td>
</tr>
</table>
Any help would be really appreciated.
Thanks
Andrew
Edited to add code tags<br><br>Post edited by: GreyHead, at: 2007/09/12 09:09