dandan556
12-27-2003, 09:17 PM
hi i need help with an email script i have when a user clicks submit i get an email saying someone has used the form but i get no information e.g. name email
here is the sript....
<form action="http://blinded.org.uk/mailit/mailit.php" method="post">
<input type="text" name="f_name"> Name<br />
<input type="text" name="email"> Email <br />
<input type="text" name="website"> Website URL (optional)<br />
<textarea name="message" cols="30" rows="10">Your message</textarea><br />
<input type="submit" name="mailit" value=" SUBMIT ">
<input type="hidden" name="id" value="36">
</form>
i know it is not one of them complex ones that other people have but this is all i need
here is the sript....
<form action="http://blinded.org.uk/mailit/mailit.php" method="post">
<input type="text" name="f_name"> Name<br />
<input type="text" name="email"> Email <br />
<input type="text" name="website"> Website URL (optional)<br />
<textarea name="message" cols="30" rows="10">Your message</textarea><br />
<input type="submit" name="mailit" value=" SUBMIT ">
<input type="hidden" name="id" value="36">
</form>
i know it is not one of them complex ones that other people have but this is all i need