HiI have an adaptive form whereby we would like to update the field titles (jcr:title) dynamically (as in at initialise time). I have attached a simple piece of javascript to the initialisation expressionthis.setAttribute("Some other title for this field", "jcr:title")This works brilliantly for a Gu...
Hello Team, We have requirement where users will be uploading forms to AEM repository and they will keep on updating forms data and publish the forms. We expect versions to be created for forms each time when we update form and publish, so that we can revert to previous versions of form if required....
I have an Adaptive AEM form component that submits data to rest end point.The data that is submitted in the form is obtained in slingservlet.I want to get the path of the url in SlingServlet from where form is submitted.I try to use request.etResourceURI(). This gives the path of AEM form submit jsp...
I am working with a client to create an alternative means to update XDP files as opposed to updating them within Workbench/Form Designer.I am specifically interested in the exdata section:<exData contentType="text/html" xliff:rid="4560DFFB-C4A3-4A52-88BF-4B337A2D60B6"><body xmlns="http://www.w3.org/...
Hi Folks,I'm getting this NPE in error.log when trying to create a forms Data Integration from a FormDataModel using a Swagger REST service;Caused by: java.lang.NullPointerException: null at com.adobe.aem.dermis.core.rest.service.SwaggerUtils.getDataModel(SwaggerUtils.java:496) at com....
Hi All,I am populating 2 dropdowns in dialog from a servlet.Based on the selection of the first dropdown the second one will be populated.I am fetching the values from a node (nt:unstructured) which is under apps folder (/apps/ststes-info).Lets say the first dropdown is states and second is the citi...
Hi, We have adaptive forms built in 6.1 (Without rule editor) and we have to migrate them to 6.3We are able to install our form content package in 6.3. With the help of Dialog Conversion tool we are also able to launch rule editor. Now we have two problems. 1. Rule editor is not showing our existin...
Hi Guru's ,I'm currently exploring AEM 6.3 forms and trying out a usecase to invoke a rest endpoint on click of a button .I achieved this use case in AEM 6.2 via code editor where on click event I was excuting a peice of java script code which would make a ajax style call to rest API and render the ...
I have two scenario:I have two field. Field A and field B. I want to validate field B when A is changed and vice versa. So, how to trigger validation of particular form field when one field is changed?Validate rule applied when field is focus out. As a result, on click submit without focus out from ...
Hello Experts, I am working on a project where we are creating dynamic Adaptive forms. Within that Adaptive form, we have a requirement to put Static text (disclosures, information etc). The static text can have some placeholders where data from XML needs to be populated. For example, it could be a...