PDA

View Full Version : How do I get my simple form to work?



visitor
01 May 2010, 01:21 AM
Hi, I have made a simple form and need to know how I can get it to work. I also would like a redirect to my html page after the user clicks submit.

Here is the form below:

<form name="contact" method="post" action="">

Your Email: <input type="text" name="email" size="30"><br>

Your Message: <textarea name="message" cols="30" rows="2"></textarea><br>

<input type="submit" value="Send" name="Submit">

</form>

Can anyone help with this?

Thanks, Visitor

Corrosive
01 May 2010, 01:54 AM
Try this; http://corrosiveonline.co.uk/tutorials_enquiry_form_with_recaptcha.php