Forums
This topic is locked
How to write a question to ask before form is subm
Posted 28 Feb 2003 21:38:17
1
has voted
28 Feb 2003 21:38:17 Barbara ONeal posted:
I have a delete form that I want to add a question on the submit to ask if they really want to delete the information and give them the option to cancel or to go ahead and delete.I used to have an extension that did this but lost it with mx update.
Ms. Barbara S. ONeal
Replies
Replied 28 Feb 2003 22:14:20
28 Feb 2003 22:14:20 Brent Colflesh replied:
Dear Barbara,
Try adding an onSubmit to your FORM tag:
<form onSubmit="return confirm('Are you sure you want to send this')">
Regards,
Brent
Try adding an onSubmit to your FORM tag:
<form onSubmit="return confirm('Are you sure you want to send this')">
Regards,
Brent