Add Prompt to Confirm Upon Button Click
I have a button that executes a custom function (sends an email). Currently, when the button is clicked it's difficult to know if the button was really clicked. There is no validation or confirmation. Is there any way to make a pop-up confirmation window appear where the user can click "Confirm" or "Yes" to know for sure that they clicked the button successfully?