Click to See Complete Forum and Search --> : insert line breaks in body of autogenerated email?


mlevans
07-06-2006, 01:50 PM
I know that one can add a query string to the email address in a mailto link, automatically filling in subject, cc, body, etc. What I need is a way to force a line break within the body copy that is generated in this manner. Anybody out there able to point me in the right direction? Thanks.

KDLA
07-06-2006, 04:01 PM
It would be best done in an email form, rather than attempting to format a mailto link. The form results naturally come on separate lines.

mlevans
07-07-2006, 07:59 AM
I'm afraid that a form won't turn the trick. It is a dynamic application, and there is no way of knowing beforehand how many publications a user may order, the quantities of each, or any special instructions for any of the print jobs. Thanks anyway; I'm going to go with an ASP format instead.