You are here: irt.org | FAQ | HTML | Q2083 [ previous next ]
You need to use a form-to-email CGI script with your FORM ACTION attribute, like this for example:
<FORM ACTION="/cgi-bin/email.cgi" METHOD="POST"> Form contents go here </FORM>
The location and the name of the CGI script you need to use will of course vary. Your ISP may already have one installed for you to use, otherwise you can find one at Matt's Script Archive.