Avatar

Correct answer by
Employee

Assuming a sample XML like that:

<root>

  <section>

    <field1>gg</field1>

...

Instead of creating fields and bind them to $.section.field1

You can use in scripting xfa.record.section.field1.value

View solution in original post