Hi, We are integrating AEM adaptive forms with Service Now attachment API. I am able to successfully test the API through Postman using form-data but through AEM data model, I see that we can send only json and not form-data. Due to this the Service Now API is throwing error through data model. I ...
Good day,I'm trying to figure out the best way to do this. My form has a row that consists of a drop-down list. When a word is chosen, it automatically enters a word in another row and also in a floating field. I would like the words in the other row and the floating field to be capitalized. Is ...
Hi Folks, Can you please help me in resolving the error while integrating my AEM 6.5.16 (with AEM Forms addon package installed ) with Automated Forms conversion service. Error:PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification p...
I have a form that's mostly tables. Each table is in its own subform.I have buttons on each table to add or remove rows.Even though I have the tables set as Flowed, the subforms don't resize when adding rows, and they bleed into the following subform.So I'm not sure what it is I'm doing wrong.It a f...
Good day,This may be an easy question, but I cannot get it to work. I would like to choose from a drop-down list and have my choice enter a word in a different row. Example: The drop-down list choice in row 1 is "cell phone". When chosen, the word "smartphone" would be automatically entered in r...
For my case i need to extend the AEMForm core component which is under "com.adobe.cq.forms.core.components.models.aemform" this package. I added the following dependency. Still not able to resolve the import. And i tried the package for "com.adobe.cq.forms.core" this but didn't find any. Any advice ...
Followed this link to enable the form core components:https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/forms/setup-configure-migrate/enable-adaptive-forms-core-components.html?lang=enAfter getting this build issue.com.adobe.aem:core-forms-components-af-core:2.0.18: Bu...
Hello Community, We have a requirement to implement session handling in pure AEM adaptive forms 6.5. We were new to the session handling in AEM adaptive forms. We need to know what are the ways/procedures to implement this requirement. Note: We are not using any AEM site pages, it completely needs t...
I need the sum of a column of numbers only when the dropdown is answered as Yes. Table 3, row 2, "Dropdown" is a dynamic field where the user will answer Yes or No to a parameter. If they answer yes, I need to add the column on Table 3, row 2, cell "Amount" together for a sum. In addition, they h...
We have short-lived process that accepts an xml file as an input parameter to it and along with a template generates a pdf as the output . The process returns the link to the generated pdf file. The PDF is persisted to the NAS drive to which GDS is mapped. REST call:POSThttp://aem1.ute.fedex.com:80...