Hi, We are working on a form where we have a panel with 5 fields repeated 10 times. These fields are text fields and user is supposed to enter values. Now we want to read user entered values of these fields and send in email.We can read the value in Javascript using guideBridge as follows => guideBr...
Hi Folks, We are getting the below: Could not reconstruct the private key, the given algorithm could not be found.java.security.NoSuchAlgorithmException: no such algorithm: RSA for provider BCAny leads please. This happening only on one environment. The lower environment is working just fine, with ...
Hi Experts, Please suggest me how to hide AEM HTML workspace forms to all users except certain user group from the categories section. What I did is, I have created user group and added under Security -- > Add Principal (selected Invoke_Perm) but still other users are also able to view the forms....
Dear All, Very weird thing is happening with our AEM forms environment post upgrading from AEM 6.5.4 to 6.5.11. Whichever application having templates/forms/fragments leveraging "floating field" option to dynamically display the values have gone berserk. This is what is happening (explaining with s...
Hi, I just started with AEM and just have a doubt. Can a Single field in a dialog be configured for background image to take images of DAM (or) External image Links? For this i am extending from core - cq/gui/components/coral/common/form/pagefieldAbove image shows the field that takes DAM images. wi...
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....