I have created a custom theme, and in 6.4 you can choose a theme at form creation (rather than waiting until editing the form). However, is there a way to programmatically force a theme so that the new theme is the default, rather than Canvas? Thanks!
We are working on a project that requires communication with ms dynamics crm from AEM. I see that AEM forms add-on already bundles an odata connector (aem-dermis-odata-connector-2.0.54) and would like to use it instead of adding a bunch of jars. But I cannot seem to find relevant maven dependency on...
I have installed AEM Forms 6.4 on Windows Server 2012 R2 using partial turn-key installation with SQL Server 2012 database. First time installation and configuration completed successfully. But if I subsequently want to change my DB settings and run Configuration Manager, it fails on the following s...
I have AEM Forms 6.4 on Windows Server. Just now downloaded AEM Forms add-on package for Windows (AEM-Forms-6.4.1.0-WIN-5.1.14.zip) from AEM Forms releases, but how to install it? I cannot see anything "installable" in the zip file.
Trying solve a custom case where I need to submit the form (AEM 6.4 Adaptive Form) to store the fields in a database and then email the same set of fields as an email. What would be the optimal way to do this using forms?1. Customize "Form Data Model" Submit type (/libs/fd/afaddon/components/actions...
Hi! In our 6.2/6.3 installation, I had set up a custom template and theme using the process shown at AEM 6.0 Forms Help | Creating custom adaptive form themes. We had no entry on the "Adaptive Form Theme" property of the Form Container - we would set the dropdown to blank and our template would for...
Hi allI m new to AEM 6.3. I need to know what are the steps to import an existing Livecycle XFA form into AEM in order to work? And how to deploy the forms
I have two instance of AEM used for development, 1 is a windows machine running AEM forms add on and the other is a Mac running the AEM forms add on.I installed the updates/CFPs to both instances, however the windows data integration option works and Mac OS version does not. I tried in Chrome and Sa...
So I have found a fix for this problem but I wanted to know why its happening and if it means my implementation is wrong somewhere.I am using AssetManager from the com.day.cq.dam.api package and creating PDF assets with the line:assetManager.createAsset(path, inputStream, "application/pdf", true);Al...