The online FAQ database contains hundreds of answers to frequently asked questions, articles on using our web server applications and other related technologies, and resolutions to common problems. If you are seeing an error message, be sure to try searching on the error message or error number that you are seeing.

Question I don't need all of the registration fields to be shown when a user registers in my site. How do I hide the ones I don't need?

Answer

You can edit which registration fields are displayed by editing XUDConfig.asp. This file can be edited from the XUD Administrator's page by selecting System Templates from the Config & Templates menu and clicking the first file. By changing settings that begin with gbRegFldShow in the Registration Fields section to False, you can turn off individual fields. All fields except for the name and email address fields can be turned off.

You can also decide which fields are required by changing the settings that begin with gbRegFldReq to True or False. Make sure that if a field is set to be required, it is also set to be shown, or users will not be able to register and the application will not show any reason why.