I will pay you £1 via PayPal if you can get this form to work.
Link :: http://www.savereg.co.uk/petition.php
Please can you provider me the code I need to put in the file "mailer.php"
The form code is ::
Thank youPHP Code:<body>
<form action="mailer.php" method="post">
<div class="row"><label class="col1">Name: </label>
<span class="col2"><input name="Name" class="input" type="text" id="Name" size="50" tabindex="1" /></span>
</div>
<div class="row"><label class="col1">E-mail: </label>
<span class="col2"><input name="Email" class="input" type="text" id="Email" size="50" tabindex="2" /></span>
</div>
<div class="row"><label class="col1comment">Comment: </label>
<span class="col2comment"><textarea cols="20" class="textarea" rows="4" name="comment" id="comment" tabindex="4" ></textarea></span>
</div>
<div align="center" class="submit"><input type="image" src="images/b_send.gif" alt="send" width="52" height="19" border="0" />
</div>
</form>
</body>





Reply With Quote





