I have configured Docassurance service in AEM6.1 by following the steps in https://helpx.adobe.com/aem-forms/6/configuring-document-services.htmlhow to add the signature to PDF. what are the next steps? can anyone help me on this.
Hi I'm trying to use server side (re-)validation. So I've enabled Server Validation in the form's Submit Action Dialog and I've specified the name of the clientlib into the Styles-Tab (see attached screenshots). It's the same clientlib I use clientside.When I try to submit a form containing data val...
We are getting error while submitting adaptive form.how to resolve this issue? i have attached complete error.log file . Client side we are getting popup with below error[AF] [AEM-AF-901-004] Encountered an internal error while submitting the form Error log details:23.02.2017 15:37:52.829 *ERROR* [0...
Using AEM 6.2 SP1.We are using VLT to integrate/synch Eclipse and JCR.This *should* also allow us to remote debug JSPs,but it doesn't seem to allow us to remote debug post.POST.jsp.Suggestions?I am using this: https://helpx.adobe.com/experience-manager/using/creating-aem-project-using-eclipse.html a...
Hello guys, how are you?I'm trying to programmatically delete nodes in a given path using a Java Bundle.My bundle code is:public boolean deleteNodes(String path){ try { //Create a connection to the CQ repository running on local host Repository repository = JcrUtils.getRepository("http://localhost:4...
Hi All,I have given a task to analyse,I have given an Classic ASP page with search functionality.the search is based on data or topics the result will be displayed down.this sight has been migrated to AEM but this search alone is pending. the result data are stored in sql server.My question is wheth...
Hello Experts,I was wondering if anyone can help me with a query. I have a requirement where I need to call (invoke) an Adaptive Form from an External Application. When Adaptive Forms gets rendered, it needs to have some prefilled data. Here's the flow- 1. There will be links to Adaptive Forms in th...
Hi Everyone,I have created an Adaptive Form in AEM 6.2, there I have written some scripts under Rule Edit. After some days when I am trying to open Rule Editor of the same Adaptive form I am unable to open it. Steps I've done: 1. Open adaptive form in edit mode. 2. Clicked on a fragment whe...
Hi,I keep having this problem when signing in"You have reached this page because cookies might not be enabled on your browser. Please enable the cookies and then re access the LiveCycle application." I'm pretty sure the cookies were enabled on the browser (Chrome). I tested with firefox and IE too a...
I was wondering if there was a well defined way to prefill a form with user specific data.I see the method for populating via the sling request data attributehttps://helpx.adobe.com/aem-forms/6/prepopulate-adaptive-form-fields.html#SupportedprotocolsforprepopulatinguserdataBut my forms are being use...