Multiple-Line Text Box 

Title - The name of your profile field.

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

Default Value - If the member doesn't change this field, then this will be the value stored in their profile.

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

Display Size - The HTML width of the input box on the screen.

Text Area Height - Sets how many line tall the box is.

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 search able via the Advanced Member's Search. If this field is hidden, then only Admins and Moderators will be able to search on this field.

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})$ 
Note:
Multiple-Line Text box fields can not be listed on the memberlist.
Copyright © 2024 MH Sub I, LLC dba vBulletin. All rights reserved. vBulletin® is a registered trademark of MH Sub I, LLC dba vBulletin.