Answers for "html confirm before submit form"

PHP
2

confirm before submit form php

onclick="return confirm('Are you sure you want to submit this form?')"
Posted by: Guest on November-27-2020
1

form confirm before submit

<form 
    method="post"
    onSubmit="return confirm('Are you sure you wish to delete?');">
...
</form>
Posted by: Guest on May-19-2020

Code answers related to "html confirm before submit form"

Browse Popular Code Answers by Language