1167
Views
4
Comments
Delete confirmation popup

Hello Team,

Could you please help me with a sample implementation to refer, on how to implement a confirmation pop up message for a delete button action in Traditional Web page:

- On click on delete button, it should open a popup message/ window and it will ask for a confirmation message (Yes / No) and based on the confirmation selection it should take appropriate action.

Thanks in advance.

Regards,

Madhu

2021-03-18 21-03-15
Benjith Sam
 
MVP

Hi Madhu,

In the Button Widget there exist a property called Confirmation Message, which is used for the same purpose which you have mentioned. It will open a Browser specific Alert/Message/popup box :)

Hope this helps you!


Regards,

Benjith Sam

UserImage.jpg
Madhu Sudhan

Benjith Sam wrote:

Hi Madhu,

In the Button Widget there exist a property called Confirmation Message, which is used for the same purpose which you have mentioned. It will open a Browser specific Alert/Message/popup box :)

Hope this helps you!


Regards,

Benjith Sam

 Thanks Benjith, for the prompt solution. But the pop up which it is displaying it is having a title and below it is showing my message (title : it was showing my dev environment server name). 

Is there a way to remove this or modify this. Please help, thanks in advance.

Regards,

Madhu

 

2026-03-04 12-24-50
Ruben Bonito
 
MVP

Hi Madhu,

This component (https://www.outsystems.com/forge/component-overview/8395/animated-styled-dialogs-alerts) allows you to create any type of confirmation messages and windows.


Cheers

2026-01-26 10-25-31
Lennart Kraak
Champion

Hi Benjith,

This is because it's a default popup of the browser.

One way to get what you want, is to create your own popup by using a modal popup. In this case you let the delete link show the popup. The 'Yes'/'Ok' button on the modal popup can then lead to the delete action. This way you've got full control over the layout of the popup.

Regards,
Lennart

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.