Orit Active member Aug 24, 2023 #1 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!
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!
Jeremy P XenForo developer Staff member Aug 24, 2023 #2 Have the action return a view with a confirmation form and only run the action if it is a POST request.
Have the action return a view with a confirmation form and only run the action if it is a POST request.