XF 2.2 Confirm action popup

Orit

Active member
Hello
How can i display a popup to confirm an action?

I have a button for an action but want to make sure users don't click it by accident.

Thanks!
 
Have the action return a view with a confirmation form and only run the action if it is a POST request.
 
Top Bottom