I'm trying to mail form data by using the technique:
form.action="ma ilto:address?Su bject=subject&b ody=bodyText"
(the placeholders above are obviously not real :)).
The thing is I want to customize the body text, but the submit action
of the form always overwrites any body text I set in the line above
with the default output of the form (a fieldname=value list).
How can I implement mailing from the form so that I can do more
flexible formatting of the body text?
Thanks.
Petre
form.action="ma ilto:address?Su bject=subject&b ody=bodyText"
(the placeholders above are obviously not real :)).
The thing is I want to customize the body text, but the submit action
of the form always overwrites any body text I set in the line above
with the default output of the form (a fieldname=value list).
How can I implement mailing from the form so that I can do more
flexible formatting of the body text?
Thanks.
Petre
Comment