Skip to main content


 

Symptoms


I am trying to add multi line prefixes to a text box control. Eg:

Name:
Address:

I have manually typed that in but this is how I want the control to load when the form/initializes. I can easily add a single line prefix by transferring data into the text box when the view initializes but not sure how to add a multi liner. I am trying to insert a new line by using
but it doesn't unfortunately work.

 

Diagnoses


Unfortunately the functionality cannot be achieved with the text box control (as at version 4.6.10).

It can be achieved using the rich text control and the
HTML tag.
 

Resolution

Add a rich text control.
In the HTML tag (in property window, or via rules) type in the desired text with
denoting a new line character.




 
Be the first to reply!

Reply