The CreatorCon Call for Content is officially open! Get started here.

Display Popup message with "Yes/No"

Geeky
Kilo Guru

Hi All,

How can I display a popup message for confirmation with Yes/No buttons? And then based on the response, perform the respective operations?

I do not want to use below client script as it shows OK/Cancel button, instead show the popup form to display Yes/No or any other information.

var answer = confirm("Do you want to proceed");
if (!answer)
{
return false;
}
6 REPLIES 6

Prasant Kumar 1
Kilo Sage

Hi,

please follow below screen shots:-

 

If i was able to solve your query please mark my answer correct and helpful.

 

Thanks & Regards

Prasant Kumar Sahu

Hello @Prasant Kumar Sahu ,

 

Is it possible to do the same by using workflow, instead of doing through UI page?

If yes, could you please assist how we can proceed ?

 

Thankyou very much in advance!!