form problem

Associate
Joined
30 Nov 2003
Posts
1,614
I have a problem with the following form, it displays properly but when it loads it focuses on the first text box and that one only when I click in the other text box it just jumps straight back to the other and I cant write in it, only the first one.

Ideas? :confused:

PHP:
  <form action="contact_action.php" method="post" name="form2" class="textbox" id="form2">
    <label>Email: 
    <span class="style1">*</span>
    <input name="email" type="text" id="email" />
    <br />    
    Query: <span class="style1">*</span><br />
    <textarea name="query" wrap="virtual" class="querytext" id="query"></textarea>
  </label>
    <br />
    <label>
  <input type="submit" name="Submit" value="Send" />
  </label>
  </form>

EDIT: nevermind I sorted it, just deleted and started again, still a mystery though. :p
 
Last edited:
Back
Top Bottom