Creating a confirmation page

0
Hi i am trying to create a confirmation page which allows user to check all the data they have entered. i tried using dataview and passing the entity as DataSource, but in the UI the confirmation page is editable but i don’t want that page as editable. can someone guide me on this. Thanks in advance. This is the first page where user enters the data, after clicking on save a preview page should popup. This is the preview page but it is an editable one, i don’t want as editable. and could you please let me know how to change the size of the Page. Like the usual popup dimensions.
asked
1 answers
0

Hi Mohd,
To restrict the data view as non-editable go to the properties of data view and make the editable as no under editability.



And to make the page a popup go to the properties of the page and modify the layout type and layout as per the image shown below

answered