Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

export XML into form field

Avatar

Level 2
Hi



Is it possible to export the xml from a form into a text field in the same form? exportData() exports to a file, is there someway to manipulate that method?



I am using LiveCycle Designer ES 8.1.1



Thank you.
2 Replies

Avatar

Former Community Member
send me the form,will try and get it working for you

thanks

mergeandfuse@gmail.com

Avatar

Level 2
Hi



I found the solution to my problem.



xfa.datasets.data.loadXML(xmlData,0,1) - loads xml data into the form at runtime

xfa.data.saveXML() - exports the xml



Thanks