|
|
Q2068 I am using a "mailto:" form on my web site, the output is horrible. I receive a single string of data that is hard to read, is there anyway to format the output of the forms?
irt.org | Knowledge Base | HTML | Q2068 [ previous next ] Q2068 I am using a "mailto:" form on my web site, the output is horrible. I receive a single string of data that is hard to read, is there anyway to format the output of the forms?You need to delineate the mail into straight text. Add this command in the beginning FORM command:enctype="text/plain". That should take care of it. Feedback on 'Q2068 I am using a "mailto:" form on my web site, the output is horrible. I receive a single string of data that is hard to read, is there anyway to format the output of the forms?' |
-- div -->
|