Hi
I have been designing web sites with Frontpage for many years now. I still don't know how to do feedback forms.
Basically I want a 'contact me' form on my web site, and the information to be emailed to me. Current I have a form like this
Code:
<form name="emailform" method="post"
action="mailto:norah@tacklingfibro.co.uk"
enctype="text/plain">
. This is nearly perfect, except I get a few warning messages pop up when the visitor clicks submit, such as 'Are you sure you wish to reveal your email address to the recipient, etc.' I don't want these error messages.
So, how do I go about making a better feedback form. Do I need cgi or perl or javascript? I only have pretty basic web hosting, so I hope its not something too complicated.
Could someone please point me in the right direction.
Thanxalot,
Wicko
Last edited by wicko3; 02-20-2004 at 03:43 AM..
|