Contents
 Welcome
 Getting Started
    System Requirements
    Standard Installation
    Checking Your Site
    Email Templates
    WCF Services Installation
    Web.config
       Configuration/configSections
       Configuration/system.runtime.caching
       Configuration/Validation
       Configuration/loggingConfiguration
       Configuration/exceptionHandling
       Configuration/connectionStrings
       Configuration/appSettings
          EnableSSL
          SiteMapCategoryDepth
          SiteMapRegionDepth
       Configuration/unity
       Configuration/lightSpeedContexts
       Configuration/system.serviceModel
       Configuration/applicationSettings
          NotificationTemplatesFolder
          LicenseKey
          LogFileName (for LightSpeed)
       Configuration/system.web
       Configuration/system.webserver
       Configuration/system.net
          host
          port
          userName & password
       Configuration/runtime
 Administration Guide
    Site Preferences
       Setup
       Display
       Logo
       Contact
       Version
       Images
    Billing and Fees
       Edit Fees
       Payment Providers
       Authorize.Net
       Credit Card Types
       PayPal
       Fee Invoices (New)
          Site Fee Invoice
       Fee Invoices (Paid)
    Users
       Management
       Custom Fields
    Listings
       General
       Auction
       Fixed Price
       Classified
       Extend
       Shipping
       Custom Fields
    Categories
       General
          Edit Category Detail
    Region
       General
    Content
       General
          Editor
    Banners
    International
       General
       Currencies
          Conversion
       Languages
       Cultures


Home > Administration Guide > Users > Custom Fields

Custom Fields

Custom user fields are used to store additional information about users. The following options are available on the 'Create' or 'Edit' forms:

Name - (Required) Specifies the name of the Custom User Field.

Type - (Required) Indicates the type of value this field will hold and what type of input will be presented.

  • String - Open text box.
  • Boolean - True/False check box.
  • DateTime - Text box will display date and/or time format.
  • Decimal - Text box will display a decimal format.
  • Enum - Enumeration provides a set of named values.
  • Int - Text box will display a whole number (integer) format.

Required - When checked users will be required to provide a value for the field, including the Admin > Edit User page, My Account pages, and optionally on the Registration page.

Default Value - (Optional) Specifies a default value when the field is initially displayed to the user.

Example: For a field such as favorite color a default value might be 'red'.

Deferred -When checked the custom field will not be displayed on the registration form.

Note: The field will still be displayed on the 'My Account > Details" and "Admin Control Panel > Edit User' views.

Display Order - (Required) A numerical value which specifies the order to display this field relative to other custom user fields.

See also