I'm trying to figure out how to use paragraphs in the autoresponder. At the moment, everything is sent out in a single line. I tried using </br> and everything - no luck.
Any clues?
I'm trying to figure out how to use paragraphs in the autoresponder. At the moment, everything is sent out in a single line. I tried using </br> and everything - no luck.
Any clues?
Hi!
open folder angular/framework/php
file: class form generator
search for line 360. it should read:
$message = $this->form_paramas['autoresponder']."
change it to
$message = nl2br($this->form_paramas['autoresponder'])."
Best regards,
Kriesi
You must log in to post.