Page 1 of 1

Line break template code in FormBuilder for email results?

Posted: Sat Mar 06, 2010 12:57 pm
by btvbill
What code do I need to insert into my FormBuilder template code to generate line breaks when I get the form results in my emails? Thanks.

Re: Line break template code in FormBuilder for email results?

Posted: Sun Mar 07, 2010 4:29 pm
by RJK
Just enter

Have a look here for more info: http://www.w3schools.com/tags/tag_br.asp

Re: Line break template code in FormBuilder for email results?

Posted: Sun Mar 07, 2010 4:47 pm
by janb
FYI

Line breaks should be self-closed
according to xhtml language used in CMSMS.
Documents won't validate using

JanB