Hi All, We are using AEM Livecycle Designer 6.2.0 to build/bind XDP's . When we try to drop a subform[1] (which has repeating elements in the XML used for data connection) multiple times[2] on the same XDP we see that only the first instance of that subform(having all the repeating elements in the X...
I have done the following:- Developed Adaptive Form with navigation tabs on the left- Used fragments and implemented a lazy loading- In my code, I can detect navigation changes using guideBridge events- The fragment will be loaded lazily, and the guideBridge event "elementLazyLoaded" is triggered wh...
I have a large repository of forms created with Adobe Live Cycle Designer ES4. For business purposes, we are required to update content on these forms. It is critical for us to be able to make changes to the forms without having to recreate elements of the form or the entire form.If we were to switc...
When i try to access package share to download AEM forms.I am gettting the message "The Package Share server login page is currently not accessible".Any ideas?
We have the following: Site ==> Invoke Servlets ==> Use Services (Through @reference annotation) ==> many internal services use a common configuration service ( @Designate(ocd) incorporated in a dedicate implementation service itself) Now we are asked to white label the site. (ie. change the logo, a...
I have a calculated field that totals the difference between two numbers; is there a way to use that generated total and populate a drop down? example: the calculation is 5; is there a way to populate a drop down list that would show 0,1,2,3,4,5?I think some combination of a For loop and an array mi...
Hi,I have a process created in Workbench that signs pdf digitally. In the Sign Signature Field operation, at the appearance properties I choose literal value, select No Graphic, Show distinguished name and Show Date, but they don't get displayed. When I select Show labels, it's ok, but I don't want ...
Hello everybody, I am a new with project with AEM Form and AEM Site. Hope you can help me with these points: 1. For performance reason, I have AEM Form and AEM Site in different Author instance servers. How can I handle Editing from one single access point?2 . AEM Form and AEM Site will be installe...
I have a form with a few fields where my users will enter content. It is my intent to limit the amount to text entered, but rather than add a character limit, I would like add some word count counter feature with the field. Something like (150 of 300 words used) so the user knows they are approach...
I have a form which otherwise displays properly but in Firefox it includes a horizontal scrollbar along the side of the form. Is there some coding I need to do so this does not display?Thanks