Hi Experts, Is there any way to get the AEM Forms Custom Component jar files from the server? Unfortunately we don't have the backup of those custom components jar files in code repository. Please guide me. Srujan
Hi, We have been using custom AEM components in Adaptive Form Fragments. But since we are moving to AEM Cloud we do not have an option to add custom Components to Form Fragment. Form Fragment is created with cq:template:/libs/fd/af/templateForFragment/defaultFragmentTemplate. 'defaultFragmentT...
Good day, I have a button at the end of each row which adds a row and keeps the information entered. The problem is that the row is added under the last row. I want to add the row under the row that is clicked. Below is the script on each button. Can someone help me with the script? var nNe...
I am using the guidefileupload component to attach files to the Adaptive forms, I see that the files are being uploaded into the /tmp/fd/af/ directory on the server by default. I believe something like this should be configurable. Is there a way to change the path to a custom one? I couldn't find an...
Hi Developers/Engineers, I have a question regarding uploading a PDF document and identifying it to see if it is a Static or Dynamic PDF file. I saw a similar old question below, but is there a different way of handling this use case? Solved: Identify if the form is of type Static PDF Form or... ...
I am developing a XFA form that includes signatures and I get the following error message. Does anyone have any idea what is going on? My other signature fields in the same form work as expected. UPDATE: actually, it seems to be linked to the following script in the pre-sign event. var sPopUpTitl...
We are having an issue with the datastore growing quickly. We checked for memory dumps and they are not there. Can somebody give me some basic steps to troubleshoot? I don't see anything interesting in the logs however, I may not have it turned up enough. Let me know. Thanks. UPDATE: Ok, a...
Hello everyone, I'm trying to follow the guide here: "https://experienceleague.adobe.com/docs/experience-manager-learn/forms/creating-your-first-adaptive-form/create-adaptive-form-template.html?lang=en" but every time I try to create a new configuration from the browser, the button for creation does...
Hey everyone, I was wondering if it is possible to display an image from an XML variable into a component of an adaptive form. We have an XML variable represented as a containerImage and I would like to display it into an image component provided by Adobe: <containerImage xfa:contentType="image/...
In LiveCycle, we were able to use xPath to add custom text within the "instruction" of a User assignment - like this {$ /process_data/@id $} - Here is an example in LiveCycle In AEM, is there a method to inject variable information in the Description field of a task? The use case is simple . . ...