How do you Return string as multi line text?
I am trying to display a returned string as a multi liner instead of single liner to be displayed on a page in Adobe Acrobat. Var str = "" returns one line obviously. please advise.
I am trying to display a returned string as a multi liner instead of single liner to be displayed on a page in Adobe Acrobat. Var str = "" returns one line obviously. please advise.
Tried:
{
type: "edit_text",
item_id: "LPfx",
variable_Name: "strLabelPrefix",
width: 129,
height: 43 char_width: 8,
multiline: "true",
},
but it only returns 2 lines instead of 3 and there is an unwanted return between line 1 and line 2. Any advise?
This line:
multiline: "true",
Should be changed to this:
multiline: true,
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.