I created a table in an Adaptative Form. This table is dynamic. So any number of rows can be added from 0 to 10. The table row is repeatable with these values. And when sent, is generating an array of empty elements. The row bind reference is, let's say, "/mytable/rows" rows: [ {}, {}, ...] I'd l...
Hi all, I created an Adaptive form and one of the requirements was to mask the PII information (SSN) on the form as the user types and exits the field. For this I have created a JS function that takes the value and replaces first five characters with * (asterisk) and sets the value back on the text ...
Hi! I am trying to add Adobe AEMDS Core Document Manager Support (adobe-aemds-core-manager), but I don't know where to find it out. How can I download it to classpath in order to ensure that bundle is present in AEM and it will resolve DocumentSourceHandler class? Thanks. Also, do I need to get s...
Hi,I am using com.adobe.fd.forms.api.FormService.renderPDFForm for rendering dynamic PDF for a use case. Here I am passing like this:formsService.renderPDFForm("crx://" + xdpPath, xmlDataDocument, renderOptions) The rendered PDF from the above service works for all the cases, except when the XDP tem...
I am trying to follow the documentation for creating Core Components based form fragments. It mentions to use template based on Core Components:But there are no template types or templates available for it. I have created and deployed the AEM project using archetype 45 as suggested in the documentat...
I have configured a FDM datasource Rets Service Type with aem proxy servlet and created a form data model. I am trying to test my GET service at form data model. when click on test with some input data {"test1": "sample data"}. The request is going to http://localhost:4502/content/dam/formsanddocum...
Hi all,I am trying to prefill an XFA form (XDP based) through data that is submitted through an Adaptive form.My Adaptive form is based off a JSON (Schema.json) attached. I bound each of the adaptive form field to this JSON. On the other side, I bound my XDP to a XSD file (attached).when i submit my...
We installed the hotfix to our on-prem 6.5.23 AEM FORMS JBOSS Linux environment. Now we have an issue that appears to be with the PsToPdfService. This issue did not happen in 6.5.23. Perhaps someone will have some idea what we can check. Here is a snippet of the server log for the issue: 08/13 0...
AF Core Component templates, theme is configured through a default config folder reference property sling:configRef not working(unlike AF foundation af templates, theme configuration for AF core component af templates is not exposed via template editor.)For core component templates, theme is configu...
Number Input Core Component's Display Pattern dropdown not appearing in the OOTB Adaptive Form template (blank-af-v2) but working when the same component is used in your own custom project (/conf/myForm/...) — even though the versions are the same . Working as expected for myForm Project with /conf...