Feng Forum

Support => How To's => : ancient July 12, 2011, 12:17:11 PM

: No \n (new line)/(line break) with Templates?
: ancient July 12, 2011, 12:17:11 PM
I made a Task, and create a template from this.
Now I create some params and asign them to the object.

And now my Problem starts...
I have only a "one" line inputbox. But I try to set the Text from the object to a value with line breaks.

I need something like this in my template:

Text = h t t p : / / example.com?id={PARAM1} \n - - - - - - - - - \n {PARAM2}

I try various combinations known from html and stuff. But all is ignored and displayed as text.

How does this work?
: Re: No \n (new line)/(line break) with Templates?
: ancient July 13, 2011, 03:18:11 AM
For better understanding my Problem here is a screenshot.

The output I want to have is:

h ttp://example.com?id=123
---------
The text from param2


Hope someone can help me  :)