jmaynard
-
Total Posts
:
92
-
Reward points
:
0
- Joined: Oct 23 '02
-
Status: offline
|
Registration validation
Mon. Jan 6, '03 8:07 AM
( permalink)
I need to validate new registrations against a membership number (we are only allowing Club meembers to register for the Forum). Is there an easy way to add a required field to the registration form? Once this is doen, how can I retrieve it to check it?? thanks
|
|
|
|
Samuel
-
Total Posts
:
11853
-
Reward points
:
180670
- Joined: May 23 '01
-
Status: offline
|
RE: Registration validation
Mon. Jan 6, '03 2:06 PM
( permalink)
If you need to validate your new registrants with external data, I think it will be easier if you write your own registration routine, and then use our " spRegister" stored procedure to add valid members to our table. You can take a look at these files: register.asp, regpro.asp.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
jmaynard
-
Total Posts
:
92
-
Reward points
:
0
- Joined: Oct 23 '02
-
Status: offline
|
RE: Registration validation
Thu. Jan 9, '03 5:09 AM
( permalink)
Samuel is this somehting you would develop for us? If so at what approx cost? Please feel free to email an answer if you dont want it public!! thanks
|
|
|
|
Samuel
-
Total Posts
:
11853
-
Reward points
:
180670
- Joined: May 23 '01
-
Status: offline
|
RE: Registration validation
Mon. Jan 13, '03 1:45 AM
( permalink)
Hi John, The external registration and login routine is available inside our tutorial forum. I included a sample code for you to download. this is free.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|