Hi @FilipSt4,
It looks like you’ve already posted your question in the right community here:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/ct-p/adobe-experience-manager-forms-community
That’s the best place to get help specifically for AEM Forms and overflowLeader is...
Hi @Luca_Moreau,
I think you should explicitly set both Cache-Control and Surrogate-Control headers from Apache (Dispatcher layer). as per my understanding, Fastly relies primarily on Surrogate-Control for edge caching decisions.
Could you try setting the following headers?
Header set Cache-C...
Hi @NavyaVo,
Some page deletion actions in the Sites console are processed through JCR-level operations or as part of workflows, which sometimes prevents the PageEvent system from reliably catching the DELETED event.
Can you can try using a javax.jcr.observation.EventListener to listen for NODE_REMO...
Hi @MateuszNo2,
1. Registering for the Adobe Workfront certification exam:
Access the Adobe Certification Portal: Begin by visiting the Adobe Certification Portal.
Browse the Certification Catalog: Navigate to the Certification Catalog to explore available certifications.
Select Your Desired Cert...
Hi @aemcode,
Adobe often lists bug fixes (including SITES- tickets) in official release notes.
Visit: AEM Release Notes
Select the latest version (e.g., AEM as a Cloud Service, AEM 6.5.x, etc.)
Look for the issue ID SITES-14024 under Sites – Fixed Issues
If it's listed, it’s officially resolved ...
Hi @VanitaNa,
Here's an explanation of the approach with some example code and structure to help you understand how it works. The code is just for reference and might need some tweaks based on your project setup.
1. Proxy RTE Component (rich-text)
Path: /apps/your-project/components/content/rich-tex...
Hi @Rama_KrishnaNy,
Let me explain you by passing WKND Byline Component
<div data-sly-use.byline="com.adobe.aem.guides.wknd.core.models.Byline"
data-sly-use.placeholderTemplate="core/wcm/components/commons/v1/templates.html"
data-sly-test.hasContent="${!byline.empty}"
class="cmp-bylin...
Hi @Rama_KrishnaNy,
In HTL, data-sly-call is used to invoke a template (like a function) and pass parameters to it. This helps you re-use logic across your component’s HTML files.
Let me explain you using a simple real-world example
Let’s say you want to create a reusable button template that you ca...
Hi @NamitaDu,
Yes, you can absolutely skip specific validations when using DOT.
The DOT tool allows you to disable specific rule categories or individual rule IDs using the --exclude flag. This is useful when your project has valid use cases that intentionally deviate from Adobe’s best practices.
Ex...