Hi,
Also, you could use a form-to-mail method -- which is simpler but less configurable. (I've never used ASP.) But if you can install a CGI form-to-mail on your server and set it up correctly, the HTML is quite easy.
The form-to-mail method uses four components:
- The form HTML page that the user fills out
- The CGI script in the cgi-bin
- A configuration file with various config stuff in it
- A "message sent" HTML page that appears after they've clicked the Send button.
It's quite stright-forward to configure these components, but you must get the CGI script working. I accessed a script already on our server. There are plenty of these systems available online.
Regards,
Matt
|