Basically, I’m looking to find out a way to create a pop up window that prompt a user a question, and in the window I’d like to have a checkbox saying “Don’t display this message again”. I’m not quite sure how to go about this, I’ve done a bit of research but I’ve found nothing, I’d love to be able to find out how so I can help the community with the result!
So to sum up, I want a pop up window that checks if the user has “checked” do not display, then it will not perform the function, the function and jquery is fine I can do all that, but as for the “per user” request, I’ve got no idea 🙁
I’d love the help guys!
Assuming PHP:
The serverside PHP code (path/to/my/controller.ext) —
Now, before you load that dialog box, you’ll want to add some PHP conditionalizing it.