Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

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

SOLVED

Multi-step or multi-panel form in aem6.5

Avatar

Level 2

Hi,

 

I have created one multi-panel adaptive form in AEM 6.5. So like every child panel has some fields. Now in the last panel, I have one requirement like (Review & Submit). So In review, I have to show basically all panel fields. All panels fields  should come in the last (Review & Submit) to review.

Is this possible? If yes then How ?

Thanks in advance.

 

Best Regards,

Kirti Khatri

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@kirtikhatri1 yes, this is possible and a very common use case. Make sure the summary page has field bound to the same data model object.

 

 ex: create a text field in on the panel and bind it to /test/field1, now if you have another field with the same binding the value will replicate between the fields:

 

https://docs.adobe.com/content/help/en/experience-manager-64/forms/adaptive-forms-advanced-authoring...

View solution in original post

7 Replies

Avatar

Level 9

This is easier to achieve if your form is based on schema

In the last panel simply put the fields that you want to review and mark them as readinly 

 

Avatar

Level 2
Hi Girish, Thanks for quick reply. But my form is not based on any schema. I simply created the adaptive form with blank template and then created header and panels and all.

Avatar

Level 9

Without schema you will have to manually set the value of the fields that you want to show in the review and submit panel

create a xsd and associate the xsd with the form and map individual form fields to the schema elements 

Avatar

Level 2
Creation of xsd in adobe designer??

Avatar

Level 9

 No you can create xsd using notepad and make sure it is valid by opening it in any browser

you just need a parent element and put all your elements under this parent element

 

https://www.w3schools.com/xml/schema_example.asp

Avatar

Level 2
Okay, Thanks Girish, I ll try and ll let u know 👍🏻👍🏻

Avatar

Correct answer by
Employee Advisor

@kirtikhatri1 yes, this is possible and a very common use case. Make sure the summary page has field bound to the same data model object.

 

 ex: create a text field in on the panel and bind it to /test/field1, now if you have another field with the same binding the value will replicate between the fields:

 

https://docs.adobe.com/content/help/en/experience-manager-64/forms/adaptive-forms-advanced-authoring...