I made a form using Javascript and HTML and have a “send” button on it that sends the results of the form to a pre-set email. In a previous form I made using just HTML, the results I received in the email were neat, each field on it’s own line like this:
<br>date=
<br>time=
<br>place=
But the results from the JavaScript and HTML form run together like this:
date= time= place=
How can I get it to be neat like the pure HTML form?
I am sooo sorry about this. Turns out it wasn’t the code, it was a weird thing Outlook was doing to the received email. Outlook was “removing extra line breaks” from the received email and all I ended up having to do was click the option to “restore line breaks”. Thanks to Corey, Replete, Gerrat, and Ash for taking the time to help me! Again, soooo sorry to waste all you guys’ time! >_<