im trying to create a simple contact form for my web site but it never works. Does anyone have any good tutorials where i can learn to create a contact form
Three answers:
Germann A
2008-10-30 07:49:59 UTC
To make a form work you need two things:
1) correctly formatted form (...) in your html
You can always validate your html using on-line html validators (goggle)
and
2) processing server side script to handle the data posted by that form
This involves some programming...
Again Google for free form scripts...
a_kewl_fisherman
2008-10-30 15:16:25 UTC
go to javascript.com and search for forms. They walk you through everything and give you all the codes. Look for a contact us form.
Chris C
2008-10-30 14:53:32 UTC
Here is a form that I created for someone else.
Feel free to copy it to someplace on your hard drive and play around with it.
There are no pictures for it. And the "myscript.php" was never provided so that they would figure out how to get the information from the HTML form to either save it to a database, or email it, etc..
You can edit it in Notepad (or Notepad++ if you want color coding).
My signup
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.