Hi,
I have to add in a STATIC pdf form several instances of a subform depending on how many times there is a tag in the xml.
I have no problem doing it in dynamic but when I change in static I have this error
"Error: Unable to add instance of 'Row1': recursive or cyclic situation detected."
Any suggestions?
Views
Replies
Total Likes
Drawing reference from an old thread : https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/lifecycle-designer-add-in...
Can you add the script at init event and use ResolveNodes function?
You can't add/remove form objects in a static PDF. That's why it is called Static. Static PDF forms layout never changes at runtime, but they can be interactive for the user. Please refer to this link for more info.
Thank you for your reply.
I know I can't add form ombject in static PDF but it's a limit of my application, I have to work in static.
I'm searching a workaround for my problem
Why do you want to use it as Static, but dynamic?