Hi,
I have prepared a form with frontpage.
Before submitting the form I want the user to bu sure that he ha
completed it exactly. Sometimes people click ENTER button just t
continue the fill next part of the form but when we clic
ENTER,unfortuna tely, the form is submitted directly.
So I have written a function verify with javascript.
As following it works correctly:
onsubmit="retur n verify()"
So that the user needs to accept that he is OK to submit the form.
But when I added some required parts in the form that should b
verified the first fuction verify is no longer active.
So how can I verify both required parts in the form and that the use
is OK to send the form?
Thanks so muc
-
minaozoptic
Comment