We have converted existing PDF forms to HTML5 forms. Additionally, we have added the Submit button on the XDP form, and whenever a user clicks on the Submit button, it should invoke our servlet and perform the form submission. (OSGi implementation)To achieve this, we have configured our servlet path...
Hello Community.We are unable to edit or open XDP form properties when uploading a form in AEM under 'Forms & Documents.' Whenever we select any XDP form and click on 'Properties,' the XDP file is downloaded.Best regardsNilesh
Hi All,We have a use case where we need to add 'Print' and 'Submit' buttons to an HTML5 form. We are calling a servlet and adding that servlet from the XDP file properties. This servlet will call two different methods based on the click event. For example, if a user clicks on 'Print,' it will call t...
Hi All, We have a use case where we need to add 'Print' and 'Submit' buttons to an HTML5 form. We are calling a servlet and adding that servlet from the XDP file properties. This servlet will call two different methods based on the click event. For example, if a user clicks on 'Print,' it will call ...
After following this document Generate PDF from HTM5 Form Submission | Adobe Experience Manager (mktossl.com) , we are not able to resolve DocumentService dependency (import com.adobe.aemfd.docmanager.Document) , this is causing servlet in unsatisfied state. We tried different versions of client-sdk...
Hi @sudhansh & @Pulkit_Jain_ - Thank you so much for your reply.Actually, the "AMS Environment Indicator" bundle was causing the issue. As instructed by the Adobe support team, we stopped the bundle, and then all the HTML5 forms started getting rendered without making any changes at the XDP or at th...
Hi All,We have the following requirement for HTML5 forms:Whenever a user fills in the entire HTML5 form and clicks the Submit button, it should generate a DoR or flatten PDF and attach it to an email. This email should be sent to a specific mailbox from a defined sender address.Could someone please ...
Hi All,We too are facing the same issue , we created a dynamic pdf using form designer and included javascripts to execute on them.The javascript doesn't get executed on the client machine unless we click on enable all features button.Does anybody has a solution for the same?