Forum Moderators: open
Is there a setting to make your form output include new lines etc.?
Thanks
Are you telling your form-mail processor to use a Text or HTML MIME-Type?
If you sending them as HTML then you can use <br> or <p> tags to format you message. If you are using text then try \n to force a line break or a line break command for whatever server side language you're using (eg. vbCrLf in ASP).
HTH