Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - More Required Fields in Registration
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

More Required Fields in Registration

 Post Reply Post Reply
Author
jwoodyu View Drop Down
Newbie
Newbie
Avatar

Joined: 13 April 2006
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote jwoodyu Quote  Post ReplyReply Direct Link To This Post Topic: More Required Fields in Registration
    Posted: 21 April 2006 at 9:27pm
I would like more fields to be required for registration. A control panel were you could select what is required and what is not would really be the ticket. I know I am needdy but I mean well.

Thanks

Back to Top
banooteh View Drop Down
Newbie
Newbie


Joined: 21 April 2006
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote banooteh Quote  Post ReplyReply Direct Link To This Post Posted: 22 April 2006 at 9:01am

for NT authentication usage, we need more fields to be pulled from the Active directory like telephone number, department of the employee, etc.

Back to Top
silversurfer View Drop Down
Newbie
Newbie
Avatar

Joined: 04 April 2006
Location: Australia
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote silversurfer Quote  Post ReplyReply Direct Link To This Post Posted: 30 April 2006 at 12:46pm
I am after this also, I would also like to change the location field to a required field that requires the user to enter text rather than choose a country.
 
Any ideas?
 
Regards
Gavin
Back to Top
venki View Drop Down
Groupie
Groupie


Joined: 20 April 2003
Status: Offline
Points: 40
Post Options Post Options   Thanks (0) Thanks(0)   Quote venki Quote  Post ReplyReply Direct Link To This Post Posted: 30 April 2006 at 1:30pm
To add more fields in registration needs database editing, if you would like to change some fields to another, youst type what you want in language file, for ex. 'ICQ Number' could become 'Something' by editing in file 'language_files/language_file_inc.asp' at line 622. To add it as required field needs javascript editing in file 'register.asp'...
 
 
in file 'register.asp' at line you will find this code
 
    <tr class="tableRow">
    <td><% = strTxtLocation %></td>
    <td>
     <select name=location>
        <option value="<% = strLocation %>" disabled selected><% If strLocation = "" Or strLocation = null Then Response.Write "-- " & strTxtSelectCountry & " --" Else Response.Write strLocation %></option>
        <!-- Include countires include file -->
        <!-- #include file="includes/select_countries_list.asp" -->
     </select>
    </td>
   </tr><%

replace it whit this code
 
   <tr class="tableRow">
    <td><% = strTxtLocation %></td>
    <td><input type="text" name="location" id="location" size="30" maxlength="40" value="<% = strLocation %>" /></td>
   </tr><%


Edited by venki - 30 April 2006 at 1:38pm
Back to Top
silversurfer View Drop Down
Newbie
Newbie
Avatar

Joined: 04 April 2006
Location: Australia
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote silversurfer Quote  Post ReplyReply Direct Link To This Post Posted: 30 April 2006 at 10:27pm

Venki

As always FANTASTIC! Works very well.Thumbs Up

Kind Regards

Gavin

Back to Top
jwoodyu View Drop Down
Newbie
Newbie
Avatar

Joined: 13 April 2006
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote jwoodyu Quote  Post ReplyReply Direct Link To This Post Posted: 02 May 2006 at 2:00am
Thanks Vinki perfect
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.