With auto actions I would like to fill a textfield with the values from 9 other fields.
It works like this [value1][value2][value3]
But I would like a linebreak between the values to make them appear like:
[value1]
[value2]
[value3]
I tried to put <BR> and /n between them, but that shows up like text.
Any suggestions?
hiramszejnoga wrote: With auto actions I would like to fill a textfield with the values from 9 other fields.
It works like this [value1][value2][value3]
But I would like a linebreak between the values to make them appear like:
[value1]
[value2]
[value3]
I tried to put <BR> and /n between them, but that shows up like text.
Any suggestions?
I think you need to use a text area field type to be able to show line breaks.
Also try <br />