Hi,I am trying to integrate AEM adaptive forms with analytics using the following linkshttps://helpx.adobe.com/aem-forms/6-1/configure-analytics-forms-documents.htmlI have completed the steps mentioned but get error in the last step when i try to enable Analytics on the form.The error says: Failed t...
Hi,I have been trying to understand the relation between XFA and XDP.Using Forms Designer, we could create forms and save as XDP filea.Could this XDP document be considered as XFA document?Is it that XFA is a standard or protocol and XDP is an implementation of it?EchiSign could be used for forms wi...
Hi,Created my EchoSign account and obtained the API Key (Integration Key)Uploaded an image to the cloud, to be used as my signatureConfigured EchoSign configuration in the Tools -> Cloud Services of AEMOpened "Application for health benefits" form template under Goemetrixx Gov package.Included a pan...
Hi,In my system, I need to integrate with a web service to fetch values to be populated in a AEM Forms drop down.Went through the following URL for the same and found that it discusses invokeWebService API and it is difficult for me to really perform the integration using the information presented h...
I am trying to use the Java API to deploy application and components with AEM Forms 6.1 but the code that we used previously doesn't seem to be compatible anymore. We copied all the new libraries from the JEE SDK directory and the application compiles fine, but just won't deploy anymore.http://help....
Hi Experts,I have an opportunity to migrate LiveCycle ES4 application to AEM forms on JEE(as current application runs on WAS and Oracle).Following are the updates on the current environment,1) Using LiveCycle Designer ES (Version 8.2) the form templates were created in English and French Versions. A...
Hi, I am creating an adaptive form in AEM based on an XDP file. I am having the general problem of understanding the format the validation patterns need to be in. Adobe Designer, where I create the XDP files, seems to have it's own pattern format -E.G. "text{'('999')' 999-9999}" for validating a US ...
HiI was following this Post:https://helpx.adobe.com/aem-forms/6/custom-submit-action-form.html and I encountered a problem in this code section (from the example)String storeContent = "/libs/fd/af/components/guidesubmittype/store";FormsHelper.runAction(storeContent, "post", resource,slingRequest, sl...
Hello, I'm a bit confused on what I need to install to update my AEM Forms 6.1.0 environment. In the package share, I see AEM-Forms-6.1-SP1-WIN as well as both feature packs AEM-Forms-6.1-FP1-WIN and AEM-Forms-6.1-FP2-WIN. Are there security fixes included in FP1 and FP2? Support indicated that I...
Hi Experts,I am creating an Adaptive form in AEM which uses multiple wizards (panels). I have a requirement like the user should not move to the next panel until his inputs are validated for existing panel. Is there any property I can use to achieve this functionality ? Basically, what I am trying t...