29 Jul
2002
29 Jul
'02
8:46 a.m.
Stephan Göldi <goeldi@goeldi.com> writes:
I want to let a user confirm the submit button, before it is really submitted. What is the suggested way to let a dtml form be confirmed before submit?
You can simply use a checkbox on the same form, or use a second form on another page. The values of the variables travel with the flow using "hidden" input variables.