On 30 Jun 2003 17:48:57 -0700,
susanf9999@attbi.com (Susan) wrote:
[color=blue]
> The below has been working successfully for me - with confirmation
> emails sent back to the user - is there a way that the user can type
> in the subject then ?[/color]
[color=blue][color=green]
>> <form method="POST" action="mailto:abc@abc.com?subject=ABC Request" enctype="text/plain">[/color][/color]
You're only noticing the successful ones, you won't ever get to find out
about the ones that fail. Using "mailto:" in a form action is
non-standard, with no defined behaviour (it won't, and doesn't, work for
all clients).
The solution, to both your problems, is to send to a script which
e-mails results (if you want them as e-mails), and has another text
entry gadget for participants to write in a subject line (though many
will not bother to do so - so you could pre-load it with something
useful to you).
i.e. Send data to the script, let the script send output to wherever you
need it.
--
My "from" address is totally fake. (Hint: If I wanted e-mails from
complete strangers, I'd have put a real one, there.) Reply to usenet
postings in the same place as you read the message you're replying to.