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.
SOLVED

Why is My Form Data Not Exporting To XML

Avatar

Level 2

I have a form that I have been building for a while.  At one point I was able to export my form data to xml.  I have done lots of work since then and now when I export to xml I only get a few lines as seen below.

<?xml version="1.0" encoding="UTF-8" ?> 

- <form1>

<VerifyPart1 />

<CheckBox14>0</CheckBox14>

<VerifyPart2 />

<HelpPage1 xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xfa:dataNode="dataGroup" />

</form1>

Can anyone help with this?  I would really like to use the functionality.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Check the bindings for the fields.. It should be Normal.

Thanks

Srini

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Check the bindings for the fields.. It should be Normal.

Thanks

Srini

Avatar

Level 2

Thanks for the help Srini, this worked!