Formatting Text on cnMaestro Splash Page

We are setting up a custom deployment for a local business that wants to include a multi-paragraph “terms and conditions” section. When inserting their terms into the template, it retains the “formatting” in the text box, but not on the generated page. Is there a way to force line breaks in the “template wizard?”

Hello,

I know I'm late, but I had the same problem.

Solved it with a custom css file, uploading under advanced section

Create a .css file with this content:


.modalDialog{
white-space:pre-wrap !important;
}

1 Like