Re: email forms
Peter Flynn (pflynn@imbolc.ucc.ie)
30 Aug 1997 22:55:57 +0100
Date: 30 Aug 1997 22:55:57 +0100
From: Peter Flynn <pflynn@imbolc.ucc.ie>
In-reply-to: <01BCB457.81193AC0@bnffpx01-port-33.agt.net> (message from Clovis
To: cnajm@pingcon.net
Cc: www-html@w3.org
Message-id: <199708302155.WAA25113@imbolc.ucc.ie>
Subject: Re: email forms
I am trying to put together some email forms, but have a questions. Can =
the forms be directly sent to email or must they pass through a cgi =
script or some other form handler first.
It is possible to supply a MAILTO: url for a form, but different
browsers mangle the data in different ways. It is usually much
more reliable to use a script.
///Peter