Hi!
I've successfully created a script which sends an email when the form is filled out. (yay!) But I am not happy with the formatting of the email once I receive it. I have 10 variables passed in the email, and some of them are on a new line, but some are all on the same line. Is there a way to force a line break after each line, so there is only one entry per line? Or perhaps a way to send this as an HTML email so I can put the variables in to table cells?
example of what each line looks like:
"Last name: ".$_POST['last_name'] . "\r" .
Never mind, I got it. 😉 I figured out how to do it with HTML