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...
Hi,PFAI have a repeatable panel(Applicant).I added sub-panels under this.I have another repeatable panel(Employment).In this panel i am reading First panel's name in a drop Down.My issue is when i am deleting any sub panel from the panel(Applicant) the drop down in panel(Employment) not refreshing.i...
What I want:The user selects an Item in a data drop down list (dataDropDownList1). A second data drop down (dataDropDownList2) list is populated with items from a wsdl service. One of the items in the second data drop down (dataDropDownList2) is selected automatically after the population of items....