Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Quick Register Box Registration Agreement Terms 
 
Hey all,

Can someone help me out with this "quick registration" block?
I would like to have a block that users can fill in on the starting page.
The problem is that users have to check the Registration Agreement Terms box! How do I fix this?

Thanks in advance!

This is the code:

Code: [Download] [Hide] [Select]
<form method="post" action="profile.php">  

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">    
<tr><td class="catHead" height="28" colspan="4">
<a href="profile.php?mode=register&agreed=true" class="nav"><span class="nav"><font color="006699">Register | Het is gratis!</span></a>
</td></tr>


<tr colspan="4">

<td class="row1" width="25%"><span class="genmed">Pick A Username You Want: *</span></td><td class="row2" width=25%><input type="text" class="post" style="width:150px" name="username" size="25" maxlength="20" value="" /></td>    


<td class="row1" width=25%><span class="genmed">Your Email Address: *</span></td>      <td class="row2"><input type="text" class="post" style="width:150px" name="email" size="25" maxlength="255" value="" /></td>

</TR><TR colspan="4">

<td class="row1" width=25%><span class="genmed">Choose A Password: *</span><br /><span class="gensmall"></span></td><td class="row2"><input type="password" class="post" style="width: 150px" name="new_password" size="25" maxlength="100" value="" /></td>    

<td class="row1" width=25%><span class="genmed">Confirm Your Password: * </span>
<br /><span class="gensmall"></span></td><td class="row2" width=25%> <input type="password" class="post" style="width: 150px" name="password_confirm" size="25" maxlength="100" value="" /></td>


</tr><tr colspan="4">

<td class="row1"><span class="genmed" width=25%>Your Gender: *</span></td><td class="row2" width=25% div align=left><input type="hidden"  name="gender" value="0" checked="checked"/><div align=left><span class="gen"></span><input type="radio" name="gender" value="1" /><span class="genmed">Male</span>&nbsp;&nbsp;<input type="radio" name="gender" value="2" /><span class="genmed">Female</span></td>


<input type="hidden" name="viewemail" value="0" checked="checked" />
<input type="hidden" name="hideonline" value="0" checked="checked" />
<input type="hidden" name="notifyreply" value="0" checked="checked" />

<input type="hidden" name="notifypm" value="1" checked="checked" />

<input type="hidden" name="popup_pm" value="1" checked="checked" />
    
<input type="hidden" name="attachsig" value="1" checked="checked" />    
    
<input type="hidden" name="allowbbcode" value="1" checked="checked" />

<input type="hidden" name="allowhtml" value="0" checked="checked" />    
<input type="hidden" name="allowsmilies" value="1" checked="checked" />    
    
<input type="hidden" name="dateformat" value="D M d, Y g:i a" maxlength="14" class="post" />    

<td class="row1" width=25%><span class="genmed">Now Click Submit: *</span></td><td class="row2" colspan="1" align="left" height="28" width=25%><input type="hidden" name="mode" value="register" />

<input type="hidden" name="agreed" value="true" />
<input type="hidden" name="coppa" value="0" />

<input type="submit" name="submit" value="Submit" class="liteoption" />&nbsp;&nbsp;
<input type="reset" value="Reset" name="reset" class="liteoption" /></td>    

</tr></form>
</table>

 



 
OwnageWorldSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Quick Register Box Registration Agreement Terms 
 
The purpose of the checkbox is not only to force users to click it... but also to avoid stupid bots registrations.

If you remove it, or the check upon that, you will likely have some bots spamming your website.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Quick Register Box Registration Agreement Terms 
 
Mighty Gorgon wrote: [View Post]
The purpose of the checkbox is not only to force users to click it... but also to avoid stupid bots registrations.

If you remove it, or the check upon that, you will likely have some bots spamming your website.

That is true.
And what about they have to check that box in the box on my portal page? Or you can already fill in your details (only name, e-mail and password), next you will get the screen where you have to check the box for the Registration Agreement Terms, and third you are on the page where you see the information again (normal profile.php page), but where username, password etcetera are already filled in! There you can submit your data.

Is that possible? And how? What do I need to change on that block?

Thanks in advance!
 



 
OwnageWorldSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Quick Register Box Registration Agreement Terms 
 
Try adding something like this:
Code: [Download] [Hide] [Select]
<input type="hidden" name="privacy" value="1" />

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events