Hi Team I am first time working gradle project. Using gradlew command, I am build the project successfully however my java file changes are not reflecting properly. When I do some changes on js/html files that changes are reflecting after executing gradlew and installing latest package local. But wh...
Hi Team I have created a component where I have two multifield properties, and I want to convert the multifield and array format. "items": {"jcr:primaryType": "nt:unstructured","item0": {"jcr:primaryType": "nt:unstructured","text": "Same as Permanent address","value": "same as permanent address","s...
Hi Team I am working aem forms using form container and default form components.(not adaptive forms) My requirement is to create a form component (copy content) where I will provide ids in source and destination fields and expected to perform copy value of source node to destination node based on id...
Hi Team
I am working on some hide and show logic on form-options-input component. I have written js script in form-options-input.html which is working fine however when I move this script to clientlib it is not working atal.
I can see clientlibrary called in edit mode but I want changes to work ...
Hi Team
I am working on requirement where using form container I am creating form and want to include image with label so that image can identified based on the label displayed. something like below.
In short, I want to associate a label for each image added.
Thanks in advance
Prashanthi
Thanks @arunpatidar
I have updated the .html file of form-options-input and now I am able to map by using below script.
<script>displayModelCheckBox = () => {var isChecked = document.getElementById('Res-address-checkbox').checked;if(isChecked){document.getElementById('new-building-name-section').va...
Hi Team
I am working on form container on AEM page where I have added AEM form container within that added a container and added form options input.
I would like to achieve functionality like below. when checkbox is selected I want copy shipping address to Billing address, when unchecked the bil...
Thanks for your reply @Rohit_Utreja @Prince_Shivhare @Jineet_Vora
I have question related to the same. I have some acs-commons components which are using classic dialog.
Is it like if I want these acs-commons components on cloud I need to do modernize or do we have any other option on AEMaaCS....
Hi Team
I am migrating from AEM on-prem to AEM cloud, when I run BPA on my author instance got below violations as critical.
Legacy Classic UI dialogs were detected. They must be modernized to work in AEM as a Cloud Service.
/apps/accelerator/sitemap/components/depthPriority/dialogA legacy Clas...