I created the form on AEM Forms, opened it in Acrobat Pro and applied "Enable Extended Feature". Saved the page in a different name and it says "this document could not be reader enabled Adobe" Please advice on what is to be done to correct this problem.
We have been noticing, some issues with XDP scripting/ repeating data binding when the files are uploaded to the AEM server. They work fine in the AEM Designer. But if the XDPS are uploaded to AEM server and called using the Output or Forms service. The table looping scripts some times do not work....
Hi, I am trying to address a scenario in AEM Forms. In our AEM forms implementation, we are redirecting success and failure pages based on some conditions by overriding the GuideBridge.js. The form container component set with thank you/success redirect configuration pointing a page in AEM. eg, /con...
On AEM Adaptive forms, Does guideBridge Object binds two way and update changes to DOM like Jquery or is it a read-only ? If it's read-only, what is the purpose of setProperty fn. ?
Option is greyed out for us to raise a ticket. We,ve logged in with our personal account. But we are looking for it as our organization has bought the certificates for application usage.How can we raise a ticket with this. Please help.
We are using Adobe Livecycle ES2 Version 9.0.0.0.Under credential details of admin UI, we see that it has expired on 08th January 2023. Same goes with the certificate as well.We are using Livecycle to invoke processes and services from our application form (PDF) and we can see that few functionaliti...
Hi, An instance of AEM 6.5.4 is running on Windows OS. The crx respository is in Oracle database, and the following message is seen in the error.log 12.01.2023 00:00:00.375 *ERROR* [sling-default-3-AdobeSignRefreshTokenScheduleJob] com.adobe.forms.foundation.oauth.model.OAuthConfigSlingModel Refresh...
Hi team, Can Some pls provide any resources to Understand the limitations of "OutputService" over "formService". Env details - AEM 6.5 (On-Premise) Forms-add-on package (adobe-aemfd-win-pkg-6.0.640.zip), OSGI forms & output service. I AM facing some issues in java script part of XDP, especially in...
Hi Experts, I need to hide a row in adobe forms. If the Overall Discount(%) value in sales order is not present then the row will hide. var Disc = xfa.resolveNodes("xfa.record.FormPurchaseOrder.PriceAndTax.PriceComponent[*]").length;for (var i=0; i<=Disc; i++) {var TypeWord = xfa.resolveNode("xfa.re...