Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Create a new custom Wizard in AEM.

Avatar

Level 2

Hello experts, I have a requirement to create a new wizard in the asset toolbar, is there a documentation for that?

Is also possible to take one of the existing ones and create a copy? I was trying that, but what I got was modify the existing one.

Any recommendation?

Thanks in advance. !

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

You can look into "/libs/wcm/core/content/sites/createpagewizard" and copy the nodes under /apps with a different name.Also, change the form actions and redirect properties set under the "jcr:content/body" .That should not change the existing functionality.

Also, check under the "jcr:content/body" nodes to customize the view.

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

You can look into "/libs/wcm/core/content/sites/createpagewizard" and copy the nodes under /apps with a different name.Also, change the form actions and redirect properties set under the "jcr:content/body" .That should not change the existing functionality.

Also, check under the "jcr:content/body" nodes to customize the view.

Avatar

Employee

You can overlay or override.

These could help:

Overlays

Using the Sling Resource Merger in AEM

Overlay vs Extend

Avatar

Level 2

Hi all, thanks for the help, also I found a great example in this page:      Experiencing Adobe Experience Manager - Day CQ: AEM 62 - Sample 3 Step Wizard Selecting Assets in Co...