Hi Team, I wanted to understand the possibilities of integrating AEM Forms with other CMS (i.e. not AEM). How can we expose/consume forms created in AEM Forms to the other CMS? We were considering options such as opening forms in a modal window, iframe, etc.Any references or guidance would be really...
HelloWe have simple installation of AEM on jBoss on windows with MySQL. After restart the jBoss server tries to start, but there is significant delay of MySgl service and the jBoss fails to start. Is there a way to force the Jboss service wait for MySQL?Many thanks for some helpBest regards Jiri
We are trying to hide or remove Store Content option from Action Type dropdown of Core Form Container Component and hide error message dialog field. To achieve this, first we were trying to understand how this dropdown & error message filed is coming in Dialog Content. But we are not able to get t...
Hello all! I'm building adaptive forms in AEM and I need assistance with a rule or script to force user entered data from a text field to upper case letters. In Designer we used this JS: xfa.event.change=xfa.event.change.toUpperCase(); Wondering how to get this same functionality into the Adaptive s...
I have a form with a drop down field that, based on the selection, changes the email recipient in the submit button. Basically "if dropdown = A", email recipient is "john smith", if dropdown = B, email recipient is "bill jones", if dropdown = C, email recipient is "mary doe", etc. Not sure how to ...
Hi All, We have recently deployed AEM 6.5 JEE using WebSphere on Unix Server. After the application installation we have installed all the specific hotfixes at both Unix level and application level.However when we are trying to render the forms we are facing the below error. Can you please help us i...
Hello, Here's link to my form: https://we.tl/t-HX3piyQgMX I want to create the form where the value from REFERENCE3 field repeats in SECTION 3 - REFERENCE 3 field. The thing is that when the plus button is pressed the new REFERENCE 3 section comes in as well as SECTION 3 section, so that each refere...
How to add footer per page in GeneratePDFService htmlFileToPdf I have a long html file that results into a multi page pdf file, I would like to put a footer per page, is there something I can add to this to make that happen? This is my code: BundleContext bundleContext = FrameworkUtil.getBundle(this...
Dear community, for our basic forms we use a variation of "core/wcm/components/form/container/v2/container". We do not have any email template or some kind of that, so generated emails come OOTB. But we have one issue with them. The content of the email starts with (inside the arrows):--> You've rec...
I am trying to create a task using an Adaptive form, input data, etc. - Just like the Assign Task but, I want to accomplish this via Java API. The reason is because I need to create a bunch of parallel tasks and the workflow needs to block until they are all completed (don't worry about resolving ...