I am trying to overcome the limitation of the image field in Adobe HTML5 forms. The image field doesn't allow browsing images to select the image to be inserted in the field.I did some research, and trying to find out how to solve this problem using JavaScript. My approach is based on using event.ta...
I'm using guideBridge.validate([], <some-expression>) and I've expected that children of other panels than the one identified with the SOM-expression would not be validated (as described in Doc). But that's not case.var result = [];guideBridge.validate(result, <some-expression>) ; Result will only...
Hi,We developed some forms in AEM forms OSGi 6.1. We subsequently upgraded to AEM forms OSGi 6.1 Feature pack 1. However we found that we are unable to continue developing and editing as before. For example:We had used the button component. The edit button dialog has a tab called Script. In AEM form...
Few questions here to understand more about AEM Forms that was difficult to find as a consolidated view on AEM forms technical view in this help page https://helpx.adobe.com/aem-forms/6/getting-started.html1) How does AEM Forms / Adaptive forms manages form data ?1.1) Is this managed via reverse re...
Can you tell me what the format for pre-populating adaptive forms used within Workspace is?Does it follow the old standard PDF/HTML XML structure or the <afData><afBoundData><dataRoot>... structure?
HiOur authors face the following problem when they want to enter a validation expression with IE11.When they enter a long expression like thisand if they press the return key to break the line manually, let’s say before ‘(this.value % 2)’, spaces only are inserted in IE11:In chrome (version 47.*.*) ...
Hi:I was recently attempting to setup a Publish instance on a demo AEM 6.1 JEE server I am running. My goal was to set up more of a real world environment with various instances for the purpose of learning how the instances work together.Before posting this I did a search on this forum and found thi...
Hi,I just tried to setup a Reader Extensions certificate in AEM 6.1 Forms and received an exception "Invalid keystore format". An error message on the screen says: "Error occurred while adding the private key"I followed the description https://helpx.adobe.com/aem-forms/6-1/configuring-document-servi...
At this moment, I have written a process where1) User A submits adaptive form from AEM.2) LC captures the submitted XML3) From there on LC takes it to review task4) Review task has two routes a) Store XML in local repository b) Map XML data to XDP My requirement here is to print the XDP form that is...