Display Confirm Prompt When Checkbox is Checked But Not When Unchecked

Yes, you might want to put a quick and dirty confirm in your dev code (IMHO console.log is a much better choice) but you definitely want to not have them on a live site.

As said modals are nice, AJAX feedback is good too, But always make sure the server-side code is there.

1 Like