Hi Pulkit, We are referring the below documentation of Supporting platform for AEM forms for JEEhttps://experienceleague.adobe.com/docs/experience-manager-65/forms/install-aem-forms/jee-installation/aem-forms-jee-supported-platforms.html?lang=en As per the documentation it is specified that we can u...
Hi Team, I am trying to update a logic on the form, where i have "Hide" button on the Masterpage and several other buttons on the content area for the page. The condition is when we click the "Hide" button on the Masterpage the rest of the buttons on the content page should be hidden and also the "...
Hi Team,I am currently working on a POC to migrate J2EE forms from AEM 6.3 to 6.5. Can someone let me know if we can install the application on the Tomcat server rather than the OOTB provided Server.ThanksPranay
Hi @SameerDhawan, I am completely new to JEE, so you would please help and guide me through the exact process to be followed for this upgrade. ThanksPranay
Hi All, I have a requirement where i need to migrate few J2EE forms from AEM 6.3 to AEM 6.5.Can someone please help me through the process for this, or if you have any documents or checklist which i can refer for the same, will be of great help. Any leads are much apricated. Thanks
Hi Pulkit,I am using the AEM forms 6.5 version and also i am trying to test the changes in my local designer. Can you please confirm if i can test the same in my local or i have publish the form in the server and test.I am using the floating field like this and based on the selection of the dropdown...
Hi Team, I am recently working on converting PDF forms developed in AEM designer to make them HTML5 Compatible. However i am facing issues with the Floating fields.It seems that the values are getting properly assigned to the variables but they are not getting displayed on the form. The same is wor...
Hi All,I am trying to implement a code to dynamically changes the caption and the name of the field based on the event, but it seems to be working for the caption but not for the name. Caption : this.caption.value.text.value = "Text" --------------WorkingName: this.name.value.text.value = "fldName" ...
Hi All,I am trying some code to close my lifecycle form after the printing of the form.I am using the below script to close the form, but it is not working. Can someone help me on this.app.execMenuItem("Close")Thanks