Hi!We are currently using a process made in AEM Workbench to render PDFs. Now we would like to change to HTML5 but we have to remain our REST entry point as it is. I have read other threads regarding HTML5 and Workbench, and what I understand is it possible but not as easy as to render in HTML4.We h...
Hi I want to use com.adobe.aemds.guide.servlet.GuideSubmitServlet to pass custom parameters from a custom submit action to the redirect page.http://localhost:4502/system/console/depfinder reports that the package 'com.adobe.aemds.guide.servlet' is available using maven dependeny:<dependency> <groupI...
Hi 1) https://helpx.adobe.com/aem-forms/6/custom-submit-action-form.html refers to the 'FormsHelper API'. 2) A google search on 'FormsHelper' reveals https://docs.adobe.com/content/docs/en/cq/5-6-1/javadoc/com/day/cq/wcm/foundation/forms/FormsHelper.html3) Searching FormsHelper's package 'com.day.cq...
Hi, I am using AEM V 6.1.0 for forms. Somehow, I am not getting Rule Editor for Javascript and client side validation. I am doing Edit Text Box --> ScriptShould I install any other package ?
Hi I wonder how I can make my custom submit action returning a value and have this value available on the redirect page saying as url parameter?Example:1) submit action generates a kind of ticket number2) i want to use the ticket number previously generated by the submit action in a link on redirect...
HiA colleague and I are facing a problem when we try to create or open an adaptive form with an XDP attached as datamodel.Every time we receive the following error(s) Running system is: AEM Forms 6.1 FP 2 on OSX28.01.2016 12:58:01.952 *INFO* [0:0:0:0:0:0:0:1 [1453982281941] GET /etc/clientlibs/grani...
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...