I have a form:
<form action="addaddresspage3.html" method="post" id="form" class="form">
with the following submit:
<input type="submit" id="continue" value="Add Address"/>
So the user clicks on the button, they are then directed to addaddresspage3.html. The form works completely fine. But I was wondering is there way to have some sort of confirmation option (either JavaScript or jQuery I'm guessing). For example the user clicks the button, then a message (can be a pop-up?) saying something like "Are you sure you wish to continue?", then the user clicks yes and they are directed to addaddresspage3.html or then click no and they stay on the same page. I have seen various JS popups, but they just show messages and I can't seem to edit them to make the user direct to a page when they click ok