what conditions need to be applied inorder to enter next line

0
  How we can set conditions ,that we can enter single word in each line. If i enter the next line in this form it is not getting submitted where max.length (custom), custom max length is :1000 Number of lines is  5 I am using Text Area (In data view)
asked
1 answers
0

You are using the text for creating a variable having  content in JSON format. JSON does not accept line breaks. Paste your string into www.jsonlint.com to see what I mean.

Use \r or <br> instead.

answered