We have a lot of XFA forms with complex Javascript code. We used to use the Javascript Console Window (Ctrl-J) to debug the code. Now, under HTML5, I am unable to view the console window, and I cannot debug the code and find out what are the errors and exceptions.Appreciate your feedback to let us k...
We are building an AEM form with no customization. For one of our Accessibility requirement we have to set tabindex of text fields. I am wondering if there is any way to do the same ?
Hi I m new to AEM forms, Please can you tell me how to create a basic form with two fields and a validate button. Requirnment : Validate button will check whether both fields left blank by using javascript.
I’m running the AEM forms 6.1 SP1 JEE release. (windows 2k12, Jboss, MySQL) Amazon EC2 instanceMy use case is to send email notifications whenever an asset is put through a CQ workflow, or if it is modified.> To achieve this, i have made smtp configs to the CQ mail service> Added email address for t...
Need to know how the pattern should be for validating email field in AEM Adaptive form. We have used textbox component and tried with differenrt regex patterns. But none works.The OOB Email-alphanumeric pattern type with pattern text{OOOOOOOO'@example.com'} doesn't work properly. Please help.
Hi I've implemented a custom AEM forms component. The implementation uses guideBridge and jQuery. I've built an own clientlib for jQuery that is loaded by the page (not the component) template. Now I wonder, when during page load in the browser both frameworks are ready to be used?When I use the idi...
Hi.When using adaptive forms, will any form submission be "intercepted" by the corresponding publish instance?I thought post to external rest end point action would send data directly to an external REST end point, but after reading Writing custom Submit action for adaptive forms, I'm not sure anymo...
Hi, all.When I follow this guide, I end up with a dictionary created under /content/forms/af/myForm/jcr:content/assets.But, if I have a custom form template under /apps/myApp/fd/af/templates/myFormTemplate, how can I add a base dictionary to it instead of adding a different dictionary to every form ...
Hi.We've been using adaptive forms on AEM 6.1.As an author, is it possible to turn a field into mandatory only when its visibility and access expressions (on the script tab) evaluate both to true?Or should I always write a validation expression in order to do that, repeating the visibility and acces...
Hi,Please refer to the following URL on Introduction to prepopulating adaptive form fields:https://helpx.adobe.com/aem-forms/6/prepopulate-adaptive-form-fields.htmlIt discusses prepopulating Adaptive form using XFA form template, XML schema-based adaptive forms and Adaptive Form with no Form Model.T...