Expand my Community achievements bar.

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

  • 7/2/21
    Hi all,I have a one page form that is dynamic as the user can type multi lines in a table cell and the form can grow to multiple pages. I would like the user to have the ability to add an instance of the page but the new instance needs to always begin on a new page using the first master page (MPage...

    Views

    949

    Likes

    0

    Replies

    8
  • Looking for code to re-create this Excel formula which identifies the lowest number in a table column and places it in a different field.   ="Single Unit:" &CHAR(10)& IF(COUNT(AB17:AB23)>0,TEXT(ROUNDDOWN(MIN(AB17:AB23),0),"0") & " tons",IF(COUNT(AB24:AB27)>0,TEXT(ROUNDDOWN(MAX(Z17:Z23),0),"0") & " t...

    Views

    531

    Likes

    0

    Replies

    3
  • 6/30/21
    Team,I have integrated Adobe E-sign with AEM and I'm able to send agreements for signature to signers. But when i added file attachment field to adaptive form to provide signer to attach additional documents, this is not working and through following 500 error. I have enabled the file attachment whi...

    Views

    755

    Likes

    0

    Replies

    4
  • 6/29/21
    I am trying to call my FDM Service from Rules as below -  guidelib.dataIntegrationUtils.executeOperation(operationInfo, inputs, outputs, success, failure);  However, I get the below error on console after this line's execution - http://localhost:4502/content/forms/af/my-project/form/jcr:content/gu...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • Along with rounding up I'm trying to set a the pattern of a field in a form based on the number entered.  I.E. if the field is <10 then use 1 decimal; if 10 or greater use 0 decimals. So basically,  if 0.47 is entered it will round to 0.5.  Likewise if 2.84, it would round to 2.8.  But if 10.85 is e...

    Views

    819

    Likes

    0

    Replies

    3
  • 6/27/21
    HI All,Can you please help me on how it can be done.I want to structure below screenshot 1(as shown in hierarchy view) as screenshot 2 (as shown in data view mode). Screenshot 1Screenshot 2                Thank you

    Views

    787

    Likes

    0

    Replies

    4
  • 6/27/21
    Hi, Kindly suggest how to configure AEM 6.5 Form Submission Action to store form data in JCR.It used to be an out of box option in earlier AEM versions. Thanks,Rama.

    Views

    1.0K

    Likes

    0

    Replies

    8
  • 6/27/21
    I require the conditional expression to check if an object is on page one after layout and if so to break next at the top of the next page. Here is where I have run into the problem, I have tried the following code, which, is not working: The code may also require the relayout code after checking th...

    Views

    518

    Like

    1

    Replies

    1
  • 6/26/21
    Hi Experts, Is there any way to change the render form from PDF to HTML on fly? In workspace some of the forms are submitted and not in complete state. I have just changed the profile settings like render from PDF to HTML. But when I open in chrome browser still it is trying to open in PDF format in...

    Views

    660

    Likes

    0

    Replies

    5
  • 6/25/21
    Hi All, I am new to AEM Forms. I am using GuidBridge API to get form data.guideBridge.getData({     success : function (guideResultObject) {          console.log("data received" + guideResultObject.data);     }     error : function (guideResultObject) {          console.error("API Failed");         ...

    Views

    807

    Likes

    0

    Replies

    2