Can I use the confirmation feature with popup window?

0
Hi All, Just want to know if there is an available-already widget or other so I can submit with two-step confirmations. Like, I will click “Check” button and then I would like to have another popup window to show the value of “UserEmail” within that window; And finally I can be able to click a button within that popup window to submit my request.    Thanks in advance!
asked
1 answers
0

You can pass this object to a next page and that next page will be having layout Popup so that it can mimic the popup/confirmation dialog functionality. You can implement your own confirmation dialog type page using the Popup layout when creating a new page

On that page, display your data. Place two buttons like Ok and cancel. On those button actions you can proceed with your logic

answered