As of right now you've got...

form name="jump2"

You need something like...

form action="join.php" method="POST"


You do have a seperate script connected to this don't you? You can't just use the form HTML to redirect.