Jan 26th, 2010, 6:07 AM
No-one else seems to have a problem with this so I'm wondering why I haven't worked it out.
I have a form that worked OK with the post
<form action="http://trotters.co.uk/Scripts/form_tools/process.php" method="post">
I then went through the javascript validation tutorial, but this also shows a post to
<form action="" method="post" onsubmit="return rsv.validate(this, rules)">
If I have 2 post statements on the same form, it only goes to the first one, so I can get it to either validate, or send to form_tools, but not both.
Forgive me for my apparent stupidity, but what am I missing?
I have a form that worked OK with the post
<form action="http://trotters.co.uk/Scripts/form_tools/process.php" method="post">
I then went through the javascript validation tutorial, but this also shows a post to
<form action="" method="post" onsubmit="return rsv.validate(this, rules)">
If I have 2 post statements on the same form, it only goes to the first one, so I can get it to either validate, or send to form_tools, but not both.
Forgive me for my apparent stupidity, but what am I missing?