Jump to content
MakeWebGames

Help needed: Form Not Hidden When Page Displayed


Sim

Recommended Posts

My form is visible when people access the landing page. I want it to stay hidden... Heres what I got =)

 

<p style="display: none;" id="reg_form">
<form action="/js/ajax/register.php" method="post">
 <table width="50%" border="1" bordercolor="#6699CC">
   <tr> 
     <td colspan="2"><center>[b]<font color="#FF0000" size="2"><div id="reg_outcome"></div></font>[/b]</center></td>
   </tr>
   <tr> 
     <td>[b]User Name:[/b]</td>
     <td><input name="textUser" type="text" id="textUser" maxlength="25"></td>
   </tr>
   <tr> 
     <td>[b]Email Address:[/b]</td>
     <td><input name="textEmail" type="text" id="textEmail" maxlength="100"></td>
   </tr>
   <tr> 
     <td>[b]Password:[/b]</td>
     <td><input name="textPass" type="password" id="textPass" maxlength="25"></td>
   </tr>
   <tr> 
     <td></td>
     <td></td>
   </tr>
   <tr> 
     <td>[img=images/cancel-btn.png]</td>
     <td>
	[img=images/register-btn.png]
</td>
   </tr>
 </table>
</form>
</p>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...