You have two possibilities to Format text areas to mail line-breaks. 1. Interakt MethodTo do this, you must add a BEFORE custom trigger in which to write: $tNG->setColumnValue("contentField", nl2br($tNG->getColumnValue("contentField"))); 2. php MethodPut this just before the start of the email trigger definition $_POST['Damage_History'] = nl2br($_POST['Damage_History']); However, if you do this and later you try to edit the record, you will see <br> in the textarea, and not new lines. |
|||||||||||
Although we try to ensure all the articles submitted are valid it is your responsibility to make sure you have backups before you use these suggestions on your pc or websites. |
|||||||||||
|
|||||||||||