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
Discussion posts and replies are publicly visible
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.