What I want to do is have two buttons that point to different action web page on the same form. The reason why on the same form is because the require input information are the same. I want the user to be able to choose English or French. Is this possible with javascript?
What I meant is this, you each form can only have 1 action element, so it would go to a page on submit. While what I want to do have another button on the same form which would go to a different page other then the one set in the form tag.
I've actually manage to do this by write a function on onclick which would reset the action element to a different page.
Bookmarks