Hi All, I created a footer area (subform) on my Master Page.The subform layout is set to Floating-Western, and contains several elements (let's say 3 Text Fields: TF1, TF2 and TF3).This is done so some elements can be shown/hidden under specific conditions. The problem is Floating property is not w...
We have written a custom workflow step. It has the following code. The idea is to set a Document variable to the value of a file from the filesystem. Path filePath = Paths.get(path);com.adobe.aemfd.docmanager.Document doc = new com.adobe.aemfd.docmanager.Document(Files.readAllBytes(filePath));wfd....
Decrease or Cancellation selection in the dropdown changes amount field text to red.Export dataImport data to a blank form and the red text turns to black.Is there a way to retain the red font when importing?
Hi All,I am working on a HTML5 form and i have a use case when we have an external link and the requirement is that when the button is clicked the link should open an external URL. I am using app.launchURL("link") command for the form. The same code is working for PDF forms as the links are opening...
AEM v. 6.5.8I tried using resourceSuperType like we do for normal AEM component but it just breaks the form.sling:resourceSuperType="fd/af/components/guidefileupload"Getting the following error on console:guideRuntime.min.js:1082 TypeError: Cannot read properties of undefined (reading 'priority')at ...
Hello Experts, I am trying to use the GeneratePDFService to generate PDF from png on AEM Forms 6.5.11 OSGi. I am using the following Maven dependency on my project. <dependency> <groupId>com.adobe.aemfd.pdfg</groupId> <artifactId>adobe-aemfd-pdfg-api</artifactId> <version>4.0.30</version> <...
On page 3 of this form, I have two tables and the second one is in a repeatable subform. The goal is to have each of the Amount columns to total at the bottom of each table and then display a grand total in a small third table at the bottom and I have that working. The issue is that if I click the A...
Hi, I have a question, we can create Experience Fragments in AEM and can export to Adobe Target to use them as offers, Question:? the same can be applied to AEM forms? can EF can be created for AEM forms and can be exported to Adobe Target?Thanks for the needful.
I created a form with AEM Form Designer and applied the following security settings to it. When I open the file in Acrobat, it shows it's "(SECURED)" However, when I open it again in AEM Designer, it does not ask for the password, and the security settings appear to have been reset! It's back to Wh...