After submitting data from my published mobileForm (xdp) I get a error message from the browser: "default.submit.html:1 Failed to load resource: the server responded with a status of 403 (Forbidden)" Inside my author instance all work fine only after publishing to the publishing instance I get this ...
AEM Forms 6.4 JEEI created a group (AEM_Forms_Compliance) in LiveCycle adminui and assigned it the role "forms_user".Then I created a user and assigned him to the group.I cannot find the group or the user in AEM Security?regards Jan
@Mayank_Gandhi I am working on customizing drafts and submission component to save data in SQL Server. I followed the steps given in below community article and kept FormsPortalSampleDataServiceImpl,FormsPortalSampleMetadataServiceImpl implementation in my project code base and updated Portal draft...
I am working on customizing drafts and submission component to save data in SQL Server. I followed the steps given in below community article and kept FormsPortalSampleDataServiceImpl,FormsPortalSampleMetadataServiceImpl implementation in my project code base and updated Portal drafts and submission...
Hi There, Is there any way to replace images/asserts into one folder. currently the replace button is active only if we replace one by one. My need is to replace 10+ images at the same time. Snapshot below for reference Single selection, replace button visible Multiple selection, replace button not ...
Since we are moving to interactive communication, using migration utility of AEM 6.5 we have migrated our data dictionary into fdm(no data source created) ,We are getting xml from middleware and using aem workbench we are processing it further.We managed to generate pdf by using Print Channel classe...
We are using Print Channel Classes to generate Interactive Communication in AEM 6.5, we are able to generate pdf but the mappings are coming blank in PDF, only the static text are visible also we are using FDM to do the mappings.
I started learning Adobe AEM recently and I am working on getting a form connected with a MySQL Database. However, the authoring tool does not have a "Data Integration" section, just forms and themes. Is there any configuration to enable data integration?
I am trying to import archives (not applications) in Adminui but 6.5 has a bug in previewArchive.jsp. When I click the preview button I get this error:/previewArchive.jsp (JBWEB004251: An error occurred at line: 56 column: 99) JBWEB004197: Attribute value invalid for tag if according to TLDThis is ...
Form A has few fields and submit button. For form submission, we are using Submit to Rest End point(Sling AEM servlet) and adding redirect URL as Form B path We will get ID value as part of sling AEM servlet response. This ID has to shown in Form B. I have gone through all the below links and could ...