-
Aug 29th, 2012, 11:49 AM
#1
How to handle form.submit() in JavaScript
I am know to web flow and the project I am working on it using javascript to check all the fields before submitting data to the server.
Example:
<INPUT tabIndex="46" value="Submit" type="button" name="_eventId_submit" OnClick="return checkrequired();">
<SCRIPT type="text/javascript">
function checkrequired()
{
.....
form.submit();
return true;
}
but it looks like webflow does not help the submit.. can someone please help me out.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules