You can use Adaptive Forms Container component to create Adaptive Forms in an AEM Sites Page or Experience Fragment. Along with using Adaptive Forms capabilities like, dynamic behavior, validations, data integration, document of record and business process automation, it also allows you to use vario...
Forms application running in AEM 6.5 OSGI Server installed on Windows 10 Enterprise machine. XMLForm.exe stopped working abruptly after restarting the O/S. Verified all the pre-requisite for running XMLForm - Microsoft Visual C++ 2008 redistributableMicrosoft Visual C++ 2010 redistributableMicrosoft...
We are consuming response from 3rd party service which has product related information. Below is the code snippet we are using: String newstr = responseData.replaceAll("%(?![0-9a-fA-F]{2})", "%25"); newstr = responseData.replaceAll("\\+", "%2B"); log.debug("newstr val is : "+newstr); str0 = URLDecod...
We have a significant investment in statewide forms produced and maintained in AEM Forms. Forms are extended for Adobe Reader before publication on the organization's website. Recently, we have begun receiving phone calls complaining that the buttons to Save, Print and Clear forms are no longer work...
We are on AEM 6.5.5 and after updating to SP 16, the form submissions are failing with HTTP 400 Malformed request error. After some troubleshooting, I notice that the error happens only when submission action includes sending an email. We are not using the Forms add-on package as of now. Could you p...
I have created a textfield which user entered optional. I am unable to save the entered value in my application. Any preferences or scripts or events needs to be written to save user entered fields
We've just picked up an AEM implementation from another shop and came across this issue, which appears the original developers never tried to solve. For some reason we're unable to remove first rows on AEM forms.We did a bit of debugging and it turns out the javascript code doing the event handlin...
Hello experts, I faced some errors after adding the AEM Form component into Site Page editable template structure:Anyone knows how to solve it? Thanks very much.
Env. AEM Form 6.5 SP-12 On Prem, Document Manager version, AEM forms designerHi team,How large we can design xdp with all custom table structures?I have designed an XDP which is the size of over 10MB (400+ custom small, large tables using cell level sub-forms and good amount of java script written t...
I have created User Editable fields with text field object. When i preview in PDF mode, these are aligned properly. But these fields are overlapped with next static content when i preview with HTML mode. What is the best approach to insert editable fields in between static content?