We are using the AEM HTML5 forms feature to present a large number of legacy XDP forms to users on the web. These forms have common functionality which is implemented using a Custom HTML Render Profile. When we upload a form XDP, we have to individually change the HTML Render Profile from the defaul...
Does anyone know how to make this work? We have gone through the instructions at the following page but can not get this to work correctly.Changing Page Zero content in Designer | Adobe Experience ManagerThank you!Emilee
I want to create a form where the data in one field repeats in another field in the form. The problem is that I want to add multiple new instances and each time the data is different. I've tried to do it with scripting and it worked somehow, but when I wanted to implement it to the existing form, th...
Hi all, We created a PDF form with workbench and designer (version 6.5). After the form is submitted we want to send the pdf read only and flatten to other systems in our company.I have written following code to flatten the pdf form : private static OutputClient outClient;public static void main(St...
Hi , I have integrated AEM - CJA using Adobe Launch. I have followed self-hosting library approach using download link . The issue i am facing is, launch.js is cached in browser and continues to be served from browser memory.How can i make sure that the launch.js is not served from browser memory ...
We already have an Oracle database driver for Java 8. Can anybody provide an OSGI bundle for the Java 11's version of Oracles JDBC driver? It would be greatly appreciated. Of course, happy to hear arguments why it's not important to be using Java 11 instead of Java 8.
The long-lived adobe livecycle process has attachments which is List of Document type. It is stored in SQL Server Database as image. Can I retrieve it from SQL Query and pass result to List <Document> type variable in adobe livecycle process? So I could iterate the list to retrieve all files from t...