FAQs

How to add a confirm popup to a submit button?

1- Open your button settings.

2- Enable the HTML Attributes behavior.

3- Add the onClick attribute:

onclick=return confirm('Are you sure you want to submit?')

Now when you try to submit the form with that button: