Well I found out what was wrong. I had attributes on a the form that made the second one behave like the first.
form
[
padding:200px;
blah;
blah;
blah;
]
So the solution was fairly simple give each form different ids and after that I was home free.
solution:
first#form
[stuff]
second#form
[stuff]
Its always the simple things lol.