--- In homesite@yahoogroups.com, Bruce Klaiss <harper@d...> wrote:
> At 02:14 AM 5/25/03 +0000, you wrote:
> >I'm trying to edit an html form so that it submits to an email
> >address. My challenge is to figure out how to edit the following line:
> >
> ><form method="post" Action="mailto:me@h...?subject=Quick Tools
> >Survey" Enctype="application/x-www-form-urlencoded" name="B1"
> >target="_blank">
> >
> >so that the senders email address doesn't appear in the in the "from"
> >field. In other words I'd like it to anonymous.
>
>
> If I remember correctly, you can't get there from here.
> The mailing systems want a "from" address, and the browser
> automatically provides the one the user has placed in their
> preferences.
Hmm, I'm not sure that's true.
In any case, you can predefine it as anything usually using a form field.
The other option is to set your form-to-mail cgi script
to use some default/anon from address. Mine does that
if none is specified in the form.
jw