You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pdf contains both xfa and acroform.
In pdf.js we only render the acroform but the data are saved in the xfa datasets.
In order to find the XML node where to save the value we use a path but this path is partial (we don't use the parent name, grand-parent name, ...), hence if several fields has the same name we don't select the correct one.
Attach (recommended) or Link to PDF file here:
pptc153.pdf
Configuration:
Steps to reproduce the problem:
Surname
field (1st one on the 1st page)What is the expected behavior? (add screenshot)
The field must contain something.
What went wrong? (add screenshot)
It's empty.
The text was updated successfully, but these errors were encountered: