Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/2/23
    hello I have this script  // Get field values as numbers     var v1 = +getField("Text2 ").value;     var v2 = +getField("Text10").value;     var v3 = +getField("Text12").value;           var v4 = +getField("Text11").value;    // calculate this field value     event.value = v1+v2+v3 - v4; how can i t...

    Views

    715

    Likes

    0

    Replies

    2
  • 3/1/23
    Hi all,    Is there a way for me to submit the data I recorded in AEM Forms to a sharepoint list?   Thank You

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 3/1/23
    Hi everyone,   Using assembler service we are trying to merge two pdf’s. But we are facing the following issue:   com.adobe.internal.pdfm.assembly.AssemblyException: PDFM_S02013: The "insertDocument" operation failed on "5-R-1229.pdf". com.adobe.internal.pdfm.assembly.AssemblyException: PDFM_S02013:...

    Views

    1.3K

    Likes

    0

    Replies

    6
  • 2/27/23
    I am working on AEM 6.5 and am trying to open a new URL after form/data submission. I have tried: xfa.resolveNode("subEnd.subEndPage.subEndText.btnSubmitButton").execEvent("click");xfa.host.messageBox("Thank you for completing the survey");xfa.host.gotoURL("https://newURL");   Result:  Data submits ...

    Views

    961

    Likes

    0

    Replies

    3
  • 2/27/23
    Currently working on updating some forms to make them more HTML5-friendly. I work in Designer (latest version) and as the title says, I'm now on a form that has a number of dynamic features, specifically a series of table rows and subforms that are suppose to be hidden when the form loads and others...

    Views

    386

    Likes

    0

    Replies

    0
  • 2/22/23
    I've created project using maven archetype 35 for the AEM-Forms 6.5 On-prem setup.   We want to check-in and sync the codebase with the git repository. I assume we do not need to check in everything.      Do I need to push the entire project codebase to git repo or there is any .gitignore specific ...

    Views

    445

    Likes

    0

    Replies

    1
  • 2/21/23
    Hello! I have a dynamic form created with AEM Designer Forms and when it is filled in some fields display the following character in the right bottom corner of the text field: I noticed it usually appears if the text that is being filled in has an empty space at the end or if the text has been copi...

    Views

    1.4K

    Likes

    0

    Replies

    6
  • 2/20/23
    As per documentation, I'm not able to insert an adaptive form fragment to an adaptive form even I follow these documentation steps. The adaptive form fragment(without using any form model) that I created not appearing in the Adaptive Form Fragments tab of the AEM content finder. Can anyone help me o...

    Views

    522

    Likes

    0

    Replies

    1
  • 2/18/23
    Good Day, My form has a check-box and a radio button in the Master Page. They are set to global.  In one of the rows of my table, I have floating fields within it. The floating field is set to global as well.  When a box is checked or radio button is chosen, a "specific word" is entered in the float...

    Views

    1.3K

    Likes

    0

    Replies

    7
  • 2/17/23
      hello experts,   I am trying to run this maven command: (do not need commerce component though)   mvn -B archetype:generate -DarchetypeGroupId=com.adobe.aem -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=35 -DaemVersion="6.5.12" -Dversion="1.0.0" -DappTitle="TestProject" -DappId="T...

    Views

    524

    Likes

    0

    Replies

    1