Hi @kolluax ,
AEM Adaptive Forms:
Masking: keep your current approach (on exit/blur, replace first 5 digits with *).
Unmasking: instead of looking for an ENTER event, use the field’s focus event. In Adaptive Forms, that’s the enter event (fires when the field gets focus).
==>
On exit/blur - mask val...
Hi @RadhaGa2 ,
You cannot start a workflow directly from the Content Fragment Editor in AEMaaCS.
You can start a workflow for a Content Fragment, but you have to do it from the Assets console → Timeline → Start Workflow.
Your custom workflow can include steps like review, approve, publish, or unpubl...
Hi @VanitaNa ,could you please refer this https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-can-i-add-arabic-to-the-user-preferences-language-selector/m-p/436768 Thanks!
Hi @ayush_aem ,Could Follow this way as:you could create a page for English at /content/xyz/home.html and a separate page for Spanish at /content/xyz/home-es.html. When a user selects Spanish from the language selector, you can redirect them to the /content/xyz/home-es.html page.To implement this, y...
Hi @SupportMember ,yes, more time used that tool, I'm not aware about this tool answer can't we use here. now you informed from now I won't be use the tool and copy pasting answer.I will create by own answer then will post on community, thanks for informI'm Apologize sorry for inconvenience to Every...
Hi @Samikshash ,If you have created a custom Sling filter to set custom response headers for DAM assets in AEM, but one of the headers is not being set on the AEM Cloud Publish instance, there could be a few potential reasons for this issue:1. Dispatcher Configuration: Ensure that the `clientheaders...
HI @Anudeep_Garnepudi ,If you have configured the dispatcher to add the `x-aem-client-country` and `x-aem-client-continent` headers, but they are not being added by the CDN, there could be a few potential reasons for this issue:1. CDN Configuration: Ensure that your CDN is properly configured to pas...
Hi @georhe6 ,In AEM as a Cloud Service, user permissions for Cloud Manager are managed at the organization level. This means that all users within the organization have access to all programs within Cloud Manager by default.However, you can restrict user access to specific programs by assigning them...
Hi @Srinivas_Opti ,If the `imsLoginUrl` is coming up as null in the `login.jsp` file, there could be a few possible reasons for this:1. Configuration Issue: Double-check the configuration of the Adobe Granite OAuth IMS Provider in AEM. Ensure that you have correctly entered the details from the Adob...