Forum Moderators: coopster
Have a client complaining that her (php)form results that are sent to her via email appear jumbled together and are difficult to read. I thought it would appear cleaner if I were to somehow include a line break between ea. result presented.
thanks...........
you have to find the part of formmail.php which prepares the form fields for emailing, and then modify it so it inserts \n where ever you want a line break.
if you post the relevant part of formmail.php I can show you what to modify (please don't post the whole script, if it's very long, sticky me).