JavaScript Email alignment
I am working with a PDF form that has a submit button that emails the form and basic information. The javascript I am using works great, however, the alignment is off on the body of the email. When the button is pressed the email window comes up with:
Subject: Jobber Contact, Customer
New Warranty
Please enter and prepare to ship
Jobber Contact
Customer
When I enter data in the respective text boxes the email comes up with this (I've color-coded the lines that should be on the same line):
New Warranty
Please enter and prepare to ship
Jobber Contact
Customer
Product Repair Shop
Joe Blow
7015100
So how would I update my script to have the lines match?
