It seems like I remember a component that would display the Document Of Record real-time within the PDF. Maybe the last section, it will generate the DOR with the data from within the Adaptive Form? Thanks,
I am using AEM 6.1 to display text fields with a check box. Here are my steps and the encountered problem: Open PDF form Select Checkbox (text fields display or are now visible) Enter data in text fields Save PDF form Close PDF form Open PDF form PROBLEM: The checkbox is still selected but the tex...
Hello, By default, the add/remove buttons on a dynamic table are positioned to the right of the table. Is there a way to set the buttons to be on the left side? I have attached a screenshot for reference. Thank you
Hi Everyone, Is AEM Document Services(DocumentServices Java API) on AEM cloud not available (https://experienceleague.adobe.com/docs/experience-manager-65/forms/use-document-services/overview-aem-document-services.html?lang=en) ? If answer is yes what is the alternate in AEM Forms as Cloud Servic...
Hi Team,The issue is related to the end-user form submission.Issue: Like today once submit the registration form in end user will not be able to edit the form after submission. But the next day end-user edit or modified the form( save for later) and submitted it on the same day. This means the end ...
Hi Guys, I am trying to create a table with 2 columns.First column as text and second with a Checkbox for selection of the rown in AEM forms.(Screenshot below)Need to bind the value of the checkbox with a value so that I can determine what all rows are selected. I am able to bind the data with first...
I have an adaptive form and After configuring, I am trying to submit the form and getting the error [AEM-AF-901-004] while submitting it from dispatcher URL. It works fine when I trigger the same via publisher.If I check the logs, I can see some errors as below - Caused by: javax.el.ELException: Err...
Trying to take a range of month/date to utilize in calculation below... var d = new Date(this.rawValue);YearTraveled.rawValue = d.getYear()+1900 if (this.resolveNode("YearTraveled").rawValue == "2020") {this.resolveNode("TravelReimbursement").rawValue = ".575";}if (this.resolveNode("YearTraveled").r...
<sly data-sly-test.editor="${wcmmode.edit || wcmmode.design}"></sly><div id=" " class="${editor?'abcd xyz myclass':'abcd xyz'}"> ........</div>I Found this answer but I can't use
Hi All, I have managed an "Invoice template" similar to attached sample. What I need is, each time I change currency (by related drop-down list) I need all instances locale to change set currency. Change currency "drop down" includes neccessary script for the 1st row. However for sub-rows added by i...