Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2083 How do I make a submit button and have the information sent to my E-mail instead of Microsoft Exchange coming up and composing a new mail?

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.

©2018 Martin Webb