I'm working with Theme Editor, and have built my theme for the Tabs on Left layout, which is in the default Child Support Services form. However, now I need to do styling for Accordion, Responsive, and Tabs on Top, but I can't find a way to change the layout in Theme Editor. In actual Form Editor, ...
Hi,I have a set of XDP uploaded to AEM CRX repository. Now I have to create a search component and place in an AEM page that will search for a particular XDP and display the resultant file to the user.On clicking the result link I have to redirect the user to display the XDP in HTML format.How can ...
Can an Oracle service name be used instead of a SID when configuring DB for AEM 6.3 turnkey install?This guide:https://helpx.adobe.com/pdf/aem-forms/6-3/install-turnkey.pdfDescribes the parameters on page 26:You need the following information when you configure the data source on the application ser...
Hi All, I'm trying to create Interactive PDF with using an xdp and associated xml data. I've followed below resource [1] to generate PDF form ad able to create non editable PDF. But i need to create Interactive PDF. Is it possible to create Interactive PDF using XDP & XML data. If so, Please let us ...
Hi All,I'm following below forms resource and referring PDF Generator Service section on the page.AEM 6.2 Forms Help | Using AEM Document Services Programmatically I see the below piece of code. But I couldn't find package names/dependencies for Transaction & OSGiUtils class. Transaction tx = OSGiU...
Hi All!I am starting to work with AEM 6.2 adaptive forms, and our design wants authors to be able to make editable text instructions above the form. However the default functionality does not seem to allow this. Our form body uses: <guide:includeGuideContainer/> I've tried various methods to includ...
Hi,I have installed AM forms 6.2 JEE on linux, everything works fine - I can view projects, install projects etc. However /lc/crx/de shows no nodes under '/', depsite being logged in.I can query the data using the search tool in crx/de and I can access package manager, but I don't see anything else ...
Hi All, I'm trying to generate PDF using XDP and XML input streams. Below is the piece of code used to generate documents & PDF @Reference private OutputService outputService; 1. InputStream xdpIS = xdpRendition.getStream(); // Get XDP input steam and assign it to xdpIS object. 2....
Hi ,I have a use case where user enters form data (Not adaptive Form) and on click of submit , data needs to be stored in to crxde by creating a new node.This is the same for all users who ever submits the form and nodes should be unique in crxde for each user.Then we need to initiate the scheduler ...