Pre-populating Adaptive Form in Workspace | Adobe Higher Education
Skip to main content
DarrenBiz
Level 6
December 11, 2015
해결됨

Pre-populating Adaptive Form in Workspace

  • December 11, 2015
  • 1 답변
  • 1276 조회

Can you tell me what the format for pre-populating adaptive forms used within Workspace is?

Does it follow the old standard PDF/HTML XML structure or the <afData><afBoundData><dataRoot>... structure?

이 주제는 답변이 닫혔습니다.
최고의 답변: vdua

Hi Darren,


New Standard is followed for all the Adaptive Forms. In addition to that for XFA based Adaptive Forms old standard is still followed, but in that case if you have dropped some fields form the sidekick and not from the Data Hierarchy tab, those fields will not be pre-populated. So as an example, if in your XFA based Adaptive Form, you have used only XFA based Fields then the following two XML structures are equivalent for pre-populating

<afdata><afUnboundData></afUnboundData><afBoundData><dataRoot>...</afBoundData></afData>

<xdp><xfa><data>...</xdp>

But if you have some fields that are not bound to XFA, then in that case the second structure will not pre-populate those fields.

Hope I have answered your Query

Regards
Varun Dua

1 답변

vduaAdobe Employee답변
Adobe Employee
December 11, 2015

Hi Darren,


New Standard is followed for all the Adaptive Forms. In addition to that for XFA based Adaptive Forms old standard is still followed, but in that case if you have dropped some fields form the sidekick and not from the Data Hierarchy tab, those fields will not be pre-populated. So as an example, if in your XFA based Adaptive Form, you have used only XFA based Fields then the following two XML structures are equivalent for pre-populating

<afdata><afUnboundData></afUnboundData><afBoundData><dataRoot>...</afBoundData></afData>

<xdp><xfa><data>...</xdp>

But if you have some fields that are not bound to XFA, then in that case the second structure will not pre-populate those fields.

Hope I have answered your Query

Regards
Varun Dua