Hi
I'm creating a form in zoho creator.
I'm creating a multiline box that is shown only if a button is checked.
I prepared a text that always has to be shown in the multiline box, like following:
if ( input.test("yes") )
{
show Info_test
;
Info_test = "first line: ,second line" ;
Now: how can I have a wrapping text in the multiline box
(
Info_test),as this:
first line:
second line:
....:
....:
Thanks