I want to merge several xml data fields into one text field. is this possible? For example Name, address, city, state, zip into one client info text box.
Solved! Go to Solution.
Views
Replies
Total Likes
The code woudl be javascript in the form and woudl be dependant on the structure of the xml. If you send your xml and the form you are working on to
LiveCycle8@gmail.com I will try and create a sample for you from that.Make sure you indicate what you want done in the email message.
Paul
Views
Replies
Total Likes
You will not be able to simply bind the xml fields to the form fields as that is expecting a one to one relationship. You will have to use code to gather the xml fields that you want then append them together to write them into the single form field.
Paul
Do you have some sample code? And would I put that code in JavaScript or in the XML source code?
Views
Replies
Total Likes
The code woudl be javascript in the form and woudl be dependant on the structure of the xml. If you send your xml and the form you are working on to
LiveCycle8@gmail.com I will try and create a sample for you from that.Make sure you indicate what you want done in the email message.
Paul
Views
Replies
Total Likes
Awesome. This worked. Thanks so much.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies