cancel
Showing results for 
Search instead for 
Did you mean: 

Need to format comma separated values in address line in Adobe Forms

Former Member
0 Kudos

Hi All,

I have one text in which fields are separated by comma. I want to display the text in a text field. But whenever there is a comma the text following it needs to be printed in the same text field on new line.

Is there any way to achieve this.

e.g. if the address line 01 = ABC, 01/123 XYZ, 890776

then the output should be printed as follows

ABC

01/123 XYZ

890776

Thanks...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You need to put the code in the java script where you ll read the text in the texfield and then read it in diff var on the basis of the comma and then print the various var as an output.

Hope this might help you.

Thanks

Pooja