Hi, I have a requirement to dynamic populate few Adaptive form fields. The dynamic values are updated as cookie in the browser, and when the user access the form, certain fields needs to be updated based on the values in the cookie. Can I achieve this using jquery/js? I have not worked with Adaptive...
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...
Hi team, I was advised to enable a feature toggle to use some of the capabilities in Adaptive Forms. According to the documentation here: Enable Feature Toggle, the feature toggle IDs are listed in a document specific to early adopter features. However, I can't find this document.Specifically, I'm t...
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...
Hi, We have many security/groups created under PR and PN node, and we have added many users into those groups manually under both nodes. This is under use from many years, and also currently we are utilizing this for adding/removing people, but from past week we are facing a issue. We created a new ...
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, I created a sample AEM Forms project using archetype 54 and core components dependency. I am submitting form data to locally deployed servlet using 'Submit to Rest Endpoint' option.The form submission is failing with internal server error and I can see the exception like below in the log(I added...