Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 required field for registering
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

e3stone
Average Member

USA
885 Posts

Posted - 07 May 2001 :  15:15:22  Show Profile  Send e3stone an AOL message
How do I change the required fields for registering? currently they're just email, user name, and password. I'd like to add age as a required field just as a double insurance policy. User agreement says they have to be 13 and I want them to actually key in that they're over 13.

How do I make it a required field?

<-- Eric -->


http://insidewaco.com

DarlingBri
Junior Member

United Kingdom
378 Posts

Posted - 07 May 2001 :  15:30:00  Show Profile  Visit DarlingBri's Homepage
In the Complete Mods section, there's a Mod for managing member profile information. Try that.

"Bother," said Pooh, as Piglet was assimilated by the Borg.
Go to Top of Page

e3stone
Average Member

USA
885 Posts

Posted - 07 May 2001 :  17:08:27  Show Profile  Send e3stone an AOL message
Actually, I didn't need a mod. I just modified the register.asp file. Added this in there:

'############# added to verify age #################
if strAuthType = "db" then
if Request.Form("age") = "" then
Err_Msg = Err_Msg & "<li>You must enter your age</li>"
end if
if (Request.Form("age") <> "") then
if Request.Form("age") < 16 then
Err_Msg = Err_Msg & "<li>You must be 16 or older to become a member</li>"
end if
end if
end if
'###################################################

<-- Eric -->


http://insidewaco.com

Edited by - e3stone on 07 May 2001 17:20:36
Go to Top of Page

DarlingBri
Junior Member

United Kingdom
378 Posts

Posted - 07 May 2001 :  17:12:09  Show Profile  Visit DarlingBri's Homepage
Well fine... roll your own is always good :o)

"Bother," said Pooh, as Piglet was assimilated by the Borg.
Go to Top of Page

e3stone
Average Member

USA
885 Posts

Posted - 07 May 2001 :  17:23:24  Show Profile  Send e3stone an AOL message
I like your Pooh saying.

"Bother!" said Pooh, as Spock called him illogical.

<-- Eric -->


http://insidewaco.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07