|
Can't get two forms to work on one page
I've got a contact form on a page that was working until I added a second form that takes care of a completely different task. I know this should be working, as I've got a </form> tag that closes out the first form before the second form begins, but for some reason the main contact form will not work. If I remove the second form on the page, the contact form will work, so could anyone tell my why it doesn't work with the second form in there?
BTW, I'm using onclick="contact.submit() to send the form. Like I said, it worked before, but if this has something to do with it not working, please advise why.
Last edited by lessdangerous; 08-16-2005 at 01:46 AM..
|