Dear wll webmasters Need help on my contact form, can someone help me to take a look at the codes, why the submit button not working? Thank you so much
hi dreteh Thanks for help, by the way, where should i add in the <form></form> in the codes? Thanks alot
Start the form tag at line 191 and end it at line 254. <form method="post" action="URL-TO-CONTACT.php"> </form> Code (markup): Just as an off-topic side note, your code is a total mess. You should use div containers instead of tables, refrain from using deprecated tag properties and put the styles in a CSS and use id's and classes. There are many other things you could improve, but these are the most important.
Basically you can put your form tag anywhere within the body tag as long as all your input tags are surrounded by your form tag. I have to agree with MH-Stefan that your code is messy =) Here is a good sample and tutorial: http://www.w3schools.com/html/html_forms.asp
Hi Stefan Thank you so much for your reply, looks like i do not hv the URL-TO-CONTACT.php file too, any chance to get help for this? thank alot
That was just an example. You need a script that will process the form (send the submissions somewhere). I've found a tutorial here that shows you how to setup a contact form. You can find more tutorials at Pixel2Life.
hiii you have missed the tag <form method="Get/Post" action=""> </form> use this and this will work..