So... I need a contact form for my website, I found this website http://www.webcs.com/help/docs5/forms.html and I tried it, at first it didn't work when I filled out all of my information, so as it said, I changed smartmail.cgi with FormMail-clone.cgi and I got this, FormMail-Clone The system administrator has disabled this script. Any suggestions? Or a new form I can use? thank you,
-Burche
To make a form work you need two things:
1) correctly formatted form (<form...>...</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...