Expand my Community achievements bar.

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

  • 1/17/22
    Hi All,I am working on a HTML5 form and i have a use case when we have an external link and the requirement is that when the button is clicked the link should open an external URL.  I am using app.launchURL("link") command for the form. The same code is working for PDF forms as the links are opening...

    Views

    453

    Likes

    0

    Replies

    3
  • 1/14/22
    AEM v. 6.5.8I tried using resourceSuperType like we do for normal AEM component but it just breaks the form.sling:resourceSuperType="fd/af/components/guidefileupload"Getting the following error on console:guideRuntime.min.js:1082 TypeError: Cannot read properties of undefined (reading 'priority')at ...

    Views

    865

    Likes

    0

    Replies

    4
  • 1/14/22
    Hello Experts, I am trying to use the GeneratePDFService to generate PDF from png on AEM Forms 6.5.11 OSGi. I am using the following Maven dependency on my project.  <dependency>   <groupId>com.adobe.aemfd.pdfg</groupId>   <artifactId>adobe-aemfd-pdfg-api</artifactId>   <version>4.0.30</version>   <...

    Views

    499

    Likes

    0

    Replies

    2
  • 1/13/22
    On page 3 of this form, I have two tables and the second one is in a repeatable subform. The goal is to have each of the Amount columns to total at the bottom of each table and then display a grand total in a small third table at the bottom and I have that working. The issue is that if I click the A...

    Views

    509

    Likes

    0

    Replies

    4
  • 1/13/22
    i am using JBOSS sever and i wanted to upgrade log4j. Can we upgrade the existing log4j

    Views

    324

    Likes

    0

    Replies

    1
  • 1/11/22
    Hi, I have a question, we can create Experience Fragments in AEM and can export to Adobe Target to use them as offers, Question:? the same can be applied to AEM forms? can EF can be created for AEM forms and can be exported to Adobe Target?Thanks for the needful.

    Views

    1.1K

    Like

    1

    Replies

    9
  • 1/11/22
    I created a form with AEM Form Designer and applied the following security settings to it. When I open the file in Acrobat, it shows it's "(SECURED)" However, when I open it again in AEM Designer, it does not ask for the password, and the security settings appear to have been reset! It's back to  Wh...

    Views

    597

    Likes

    0

    Replies

    6
  • 1/10/22
    We have a ASP.Net web running in IIS on one server that calls the forms service to render the forms as pdf documents.  We are trying to replace that with calls to OSGi to render the forms in HTML5.  We've dealt with the permissions issues and the CORS issue but the HTML contains the following partia...

    Views

    449

    Likes

    0

    Replies

    2
  • 1/10/22
    Hi all,I'm having trouble incorporating the calculate event to execute depending on whether a checkbox is checked or unchecked. Seems like any way I go, they will not play together. This might be easy for a JS expert but its not working for me. So below is a link to the form and I have stripped it o...

    Views

    369

    Likes

    0

    Replies

    2
  • 1/10/22
    Hi Everyone,I am rendering an XDP template form as interactive HTML form in the browser. The user fills in the form and the data is sent to the server as xml data.Currently the Output Service is used to generate a flat PDF and saved in the filesystem using the code below:pdfOptions.setLinearizedPDF(...

    Views

    396

    Likes

    0

    Replies

    0