Skip to main content
December 10, 2024
Question

Need to show two confirmation messages one after another on button click

  • December 10, 2024
  • 3 replies
  • 0 views

Hi All,

I have a requirement mentioned below, please help me with this.

On Button Click:

Display first confirmation pop-up with the following message: "Want to go to next step ?"
No: Closes the pop-up without any action.
Yes: Proceeds to the next step.

Secondary Confirmation, If the user chooses Yes, display another pop-up to ask if they want next action: "Do you want to save this canceled profile as a draft ?"
No: Closes the pop-up without any action.
Yes: Perform some task

    3 replies

    mikes0011
    Brainy
    December 10, 2024

    This is not possible.  The best you'll be able to do will be to implement something like the easy solution I outlined in reply to your query on the older thread here.

    stefanhelzle0001
    December 10, 2024
    December 11, 2024

    1. If it is really required you can create another UIT and show another interface as confirmation message.

    2. Another way is to change the message of the first confirmation like "Want to go to next step ? and  do you want to save this canceled profile as a draft ?"