Hi, We have a requirement to render PDF from Adaptive form on AEM 6.5.The rendered PDF should have the data from the Adaptive form as well. Currently I am using the below code window.guideBridge.getDataXML( { success: function(result) { var formData = new FormData...
Hi,I am integrating AEM Adaptive form on existing AEM as a cloud site.I have created two adaptive form for testing purpose in local aem instance without existing site codeAdaptive form with Foundation componentAdaptive form with core componentsand both are working as expected but after deploying the...
Hello All, We are trying to render a PDF from XDP using output service which has a logo. We are passing ImageName in the xml data node and which should pick logo from the crx- content dam path. This is working fine in aem forms 6.5 on premise and the same is not working in aem forms on cloud. Here i...
Hi team, I've encountered an error while using Adaptive form fragment (with core component). When I open the Form Fragment Container component, it shows that Resource dumped by HtmlRenderer Resource path: /apps/core/fd/components/form/container/v2/container/cq:dialog/content/items/tabs/items/dataMod...
I have and AEM Designer built form. I can add row instances. What I need is in each row I want to include a check box and another button else where of the form. And when I click this button It will refer to checked boxes in rows and perform tasks such as delete that instance or include a new instan...
I have a form that is in Landscape orientation in the designer view, it prints as landscape when printing in PDF form from the file storage area. However, when linked through a server to print automatically it prints in portrait mode with all the landscapes settings, so everything looks small in the...
Hi all, I created an Adaptive form and one of the requirements was to mask the PII information (SSN) on the form as the user types and exits the field. For this I have created a JS function that takes the value and replaces first five characters with * (asterisk) and sets the value back on the text ...
Hi! I am trying to add Adobe AEMDS Core Document Manager Support (adobe-aemds-core-manager), but I don't know where to find it out. How can I download it to classpath in order to ensure that bundle is present in AEM and it will resolve DocumentSourceHandler class? Thanks. Also, do I need to get s...
I have been delving deeper into AEM Forms features overall such as Adaptive Forms and Interactive Communication. I wanted to reach out to community to check on how is everyone managing the FDM in AEM Forms ? The examples that I come across are mostly based on Salesforce and Microsoft which are more ...
I have configured a FDM datasource Rets Service Type with aem proxy servlet and created a form data model. I am trying to test my GET service at form data model. when click on test with some input data {"test1": "sample data"}. The request is going to http://localhost:4502/content/dam/formsanddocum...