I have a simple form built. A drop-down menu, a text field, and a submit button.
When the submit button is pressed, it posts the item selected in the dropdown and the text inputed in the text field.
I want to add a confirmation pop using JavaScript/jQuery. When they press "submit" a pop-up will appear that says "Are you sure you want to submit this?"
If the user says "OK", it continues with the POST action, and calls the PHP action script.
Is this possible, if so, how?