Print Page | Close Window

More Required Fields in Registration

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=19486
Printed Date: 28 March 2026 at 12:37pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: More Required Fields in Registration
Posted By: jwoodyu
Subject: More Required Fields in Registration
Date 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



-------------
"Do it or don't but either way stop your whining!" Yoda

http://forum.statelinerc.com/forum - http://www.statelinerc.com/forum



Replies:
Posted By: banooteh
Date 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.



Posted By: silversurfer
Date 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


Posted By: venki
Date 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><%
http://forums.webwiz.net/forum_posts.asp?TID=19583&KW - http://forums.webwiz.net/forum_posts.asp?TID=19583&KW =


Posted By: silversurfer
Date Posted: 30 April 2006 at 10:27pm

Venki

As always FANTASTIC! Works very well.Thumbs Up

Kind Regards

Gavin



Posted By: jwoodyu
Date Posted: 02 May 2006 at 2:00am
Thanks Vinki perfect

-------------
"Do it or don't but either way stop your whining!" Yoda

http://forum.statelinerc.com/forum - http://www.statelinerc.com/forum



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net