LifeCycle Designer - malfunction after Reader Extended PDF | Community
Skip to main content
New Participant
August 21, 2023
Solved

LifeCycle Designer - malfunction after Reader Extended PDF

  • August 21, 2023
  • 1 reply
  • 690 views

Dear all

please see the attached Files (XML as the original how it is direct from LifeCycle Designer – and reader.pdf as it is after saving the PDF as a Reader Extended PDF).

As you see, the items that can be added and Removed (Products with dropdown lists and textboxes), are shown 5 times after saving with the extensions. but initially it should be shown only once.
Also when manually removing the 4 other "products" and save as new filled in file, the boxes appear again when reopening.

WHY? i cant figure it out and like to avoid to build the entire form again.

TIA
Andrea

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by radzmar

Since you form doesn't use a XML scheme but object names for data binding you must be very very carefully to not use the same name for multiple objects in the form, as this might result in the effect your're facing with. Make sure to give very table, every row, every field an individual name. 

1 reply

radzmar
radzmarAccepted solution
New Participant
August 21, 2023

Since you form doesn't use a XML scheme but object names for data binding you must be very very carefully to not use the same name for multiple objects in the form, as this might result in the effect your're facing with. Make sure to give very table, every row, every field an individual name.