How to create review screens for all completed cases?

Hi Everyone,

My requirement is to create review screen after the frontend design is completed.

I need review screen like below image

I I have 5 screens i need like this. How to do this? please help me

@NagarjunaS16644648 you can use stacked layout. Then add read only embedded sections of those 5 sections in that.

Anoop Krishna Thank you for your response. But here mobile no, email id Upload button also highlighted. How to disable those inputs.Refer below image

@NagarjunaS16644648 Add all these section in csaeinformation section as tab layout. write visibility on these section.

and if you do not need those you have to create new section to include only properties,

@NagarjunaS16644648 mob no, email id you can make them read only. Upload button, actually should not be there itself in the review screen. But if you need it disabled, you can add that button and disable → when condition-> always.

@Anoop Krishna Thank you Anoop Krishna. It’s Working