Instead of the html extension, you can try .pdf extension to show the pdf file. i.e. try changing the URL tohttp://<server>:<port>/content/xfaforms/profiles/default.pdf?contentRoot=crx:///content/dam/formsanddocuments/FordeForm&template=ESC101NK.xdp&dataRef=crx:///content/dam/fordeform/contractData....
Hi Dale,Yes it is a known issue, adding jQuery in Templates brings in some weird problems. And FYI, we bundle jQuery 1.8.0 in our Adaptive Form.RegardsVarun Dua
Hi Dale,Thanks for providing the information, it will be difficult to debug this issue without reproducing the issue that you are facing . Will it be possible for you to tell the steps that might help us reproduce the issue at our end ?Apart from that I would like to know few extra things from you1....
Also you can check the logs in your browser in xfa based forms and see if there is any error1. Navigate to http://<server>:<port>/system/console/configMgr2. Search for Html Library manager and click edit (pencil icon next to library manager)3. Select the check box which says Debug Console4. In the n...
The caption (as you call it, we call it panel summary) that you see in the Repeatable Panel is actually controlled by the summary expression on a panel. In the edit dialog of the repeatable panel you can write an expression in the Summary Expression field (The field is highlighted in the Image).[img...
Hi Urs,May I know how you are hiding the field ? Are you using the Visible Expression or the Value Commit Expression. In your use case using Value Commit Expression will give better performance.RegardsVarun
Hi You can use the validationsDisabled property of a Field to switch off validations. In your example, you can write in the value commit expression of the birthdate field if ( checkIsabove18 ) { // replace checkIsAbove18 with an actual check legalRepresentation.visible = false; // assuming the n...
Hi Alex,The feature was introduced in AEM 6.0 Feature Pack 1 and was not present in the AEM 6.0 release. To try that feature you need to upgrade to Feature Pack 1RegardsVarun
Hi Afam,LC Process Locator and Invoker service searches for those process in Livecycle which take two input parameters having names dataxml and fileAttachmentLists by default. If your process have different names, you can enter those in the configuration.These processes are then listed in the Submit...