Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/5/22
    We have a table with a lot of columns - +20.  We would like them to be fixed width and have the Table scroll horizontally instead of squeezing everything on the screen.  Is there an easy way to do this?   Thanks,

    Views

    677

    Likes

    0

    Replies

    1
  • 8/5/22
    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,

    Views

    944

    Likes

    0

    Replies

    4
  • 8/4/22
    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...

    Views

    951

    Likes

    0

    Replies

    4
  • 8/3/22
    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

    Views

    825

    Likes

    0

    Replies

    3
  • 7/28/22
    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...

    Views

    693

    Likes

    0

    Replies

    2
  • 7/25/22
    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 ...

    Views

    799

    Likes

    0

    Replies

    3
  • 7/21/22
    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...

    Views

    1.9K

    Likes

    0

    Replies

    8
  • 7/20/22
    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...

    Views

    2.1K

    Likes

    0

    Replies

    6
  • 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...

    Views

    1.4K

    Likes

    0

    Replies

    5
  • 7/18/22
    <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

    Views

    653

    Likes

    0

    Replies

    2