Good morning I am trying to reset ONE field in a repeating subform. I don't want to hide the instances of the subform for this action, or re-set the entire form. The field I wish to reset is form1.Main.sfOMKT.Table1.Row3.sfFigs.numFigures and sfOMKT is the repeating subform which it lives in. Obv...
Good day,I have two separate images in my form which I want to appear side by side (horizontally) but when I added them to the form, I can only place them vertically. How can I change that? By having them vertically, it pushes one of the images to the second page. I would like the user to see both ...
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...