Expand my Community achievements bar.

How can we make this custom component authorable inside the wizard component, just like the standard Adaptive Form components?

Avatar

Level 6

We are using AEM 6.5.21 for an Adaptive Forms–only project (no Sites or DAM setup).

In the wizard layout, we're trying to add a custom component (dmaftitle) using this code:

<sly data-sly-resource="${resource @ resourceType='dmaf/components/dmaftitle'}"></sly>

The component shows up in the form, but we can’t author or edit it in the Touch UI editor.

How can we make this custom component authorable inside the wizard component, just like the standard Adaptive Form components?

2 Replies

Avatar

Employee

Hi @varaande , You will need to go to template and allow the custom component in content policy of wizard.

Screen Recording 2025-06-12 at 12.05.47 PM.gif

Avatar

Level 6

@Sakshi5 
Thank you. Instead of updating the template manually, we would like to add the custom component programmatically inside AF wizard core component  , in a way that provides the same authoring experience. That means the properties of the programmatically added component should be fully authorable, just like when the component is added through the Touch UI interface.