hi, i have forms that i wish to submit through a link click.
link looks like:
submitForm is a javascript that validates the form and then submits it.Code:<a href="javascript:submitForm()">Submit the form</a>
My concern is that, doing that as the only way to submit the form, when the user hits the enter key it doesn't submit it as if i was using a submit button.
Any tip on how i can do that ?
Thanks,
Quentin





Bookmarks