Single-Selection Radio Buttons 

Title - The name of your profile field.

Description - Explain to the member what you want them to answer in this field.

Options - Enter each of the options that the user can choose from. You need to enter each option on its own line.

Set Default - If this is set to <Yes> then the first option from above will be chose by default when the user registers.

Display Order - The order of the field in relation to any other custom profile fields.

Field Required - You can require the user to answer this field at registration. If you add it after the user registers, then they will need to answer it before they can update their profile. If you wish to display this field at registration but not have it required, select No, but display at registration.

Field Editable by User - If disabled, this field will not appear to user when they edit their profile.

Field Hidden on Profile - If hidden, only Admins and Moderators will be able to see the contents of this field when viewing user's profiles.

Field Searchable on Members List - If enabled, this field is searchable via the Advanced Member's Search. If this field is hidden, then only Admins and Moderators will be able to search on this field.

Show on Members List - If enabled, field will appear on the member's list and if it is hidden only Administrators and Moderators will see it.

If you would like to also allow the choose the option of entering their own choice in addition to choosing one your yours, set Allow user to input their own value for this option to <Yes>.

Max length of allowed user input - The maximum number of characters that the member will be allowed to input.

DField Length - The HTML width of the input box on the screen.

Regular Expression - Expressions allow you to filter the data you allow the user to input in the field. Regex can be rather complicated so ask for assistance if you have trouble getting this to work properly. For example, the following regex would only accept a number in the range of 1 to 50:
^[1-9]{1}$|^[1-4]{1}[0-9]{1}$|^50$
The following regex would only accept a 7 or 8 digit number:
^([0-9]{7,8})$ 
Copyright © 2024 MH Sub I, LLC dba vBulletin. All rights reserved. vBulletin® is a registered trademark of MH Sub I, LLC dba vBulletin.