Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • I have a field that shows the total # of actual days and I want to create a field that will take that # and round it up to the nearest 5 days.     Example 1:  total actual working days = 18; total days = 20 Example 2:  total actual working days = 24; total days = 25   How can I do that?  Here is my ...

    Views

    296

    Likes

    0

    Replies

    2
  • 3/9/23
    Hi All,   We have recently upgraded AEM 6.5 from SP 11 to SP15. We have also updated the forms package. We are facing an issue with the customs form where it's showing the below error: Error during include of component '/apps/components/form/product-form'Error Message:org.apache.sling.api.SlingExcep...

    Views

    136

    Likes

    0

    Replies

    0
  • 3/6/23
    Hi, I am trying to calculate the difference between two dates in an HTML5 form. The following code in the XDP template/form works in Designer's PDF preview tab but it does not work in Designer's "Preview HTML' tab and when the form is uploaded in AEM and rendered as HTML form. The field appears blan...

    Views

    276

    Likes

    0

    Replies

    1
  • 3/6/23
    I am current building an application to convert xdp to pdf,  In order to xdp to be rendered correctly, I have a custom lib which contains fragements for xdp config/ref to be used, so ultimately the xdp will become to a webform user then can fill and submit, then pdf getting generated   e.g say i hav...

    Views

    151

    Likes

    0

    Replies

    0
  • 3/5/23
    Hi ,   We are trying to create a resource type based servlet . The resource type is mentioned on the jcr:content of the page node . When we are trying to access the servlet using postman . we need to insert jcr:content along with the page path and the selector and extension for the servlet . Is ther...

    Views

    260

    Likes

    0

    Replies

    1
  • 3/5/23
    Hi All,   I am trying to create pdf using AEM forms output service. Can the output service handle multiple request for pdf generation at the same time.   Thanks

    Views

    571

    Likes

    0

    Replies

    5
  • 3/3/23
    In the AEM Core Form Option component, the authoring dialog has a dropdown for option 'type'.  Out of the box, the available options are 'Checkboxes, Radio buttons, Drop-down, and Multi-select dropdown'.  Is it possible to add a custom option to this list (like a group of buttons)?   It is easy enou...

    Views

    290

    Like

    1

    Replies

    2
  • 3/3/23
    I've created a formset from combining a few xml forms all with multiple pages. I'd like the page numbers on the forms to be continuos across the formset instead of 1-x in form one and then 1-x in form 2 etc. I'm unable to find any documentation on how to accomplish this. Has anyone been successful?

    Views

    140

    Likes

    0

    Replies

    0
  • 3/2/23
    Hello experts,   One of our client has good storage of promotional materials on Windows drive, and metadata is being maintained via MSSQL DB. Customer wants to utilize AEM Forms Document Service API  (OutputService) to print a PDF. While printing the whole PDF customer would like to assemble and mer...

    Views

    586

    Like

    1

    Replies

    5
  • 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

    350

    Likes

    0

    Replies

    2