Creating and configuring custom user fields

:bookmark: This guide explains how to create and configure custom user fields in Discourse, including how to add them to the signup form, user profiles, and user directory.

:person_raising_hand: Required user level: Administrator

Custom user fields allow you to collect additional information from your users beyond the standard profile fields. These fields can be displayed on user cards, user summary pages, and even retrieved using the Data Explorer plugin. This guide will walk you through the process of creating and configuring custom user fields.

Adding a user field

  1. Go to Admin > Community > User Fields (discourse.example.com/admin/customize/user_fields).

  2. If you haven’t created any user fields yet, you’ll see this screen:

  3. Click the “Create User Field” button to add a new field.

Choosing a field type

The field type determines the input field users will see on the signup form. Choose based on the kind of information you’re collecting:

Text field

  • Use for questions with many possible answers (e.g., “What company do you work for?”)
  • Displays as an HTML text input
    User text field

Confirmation

  • Use for yes/no questions (e.g., “Would you like to sign up for our newsletter?”)
  • Displays as an HTML checkbox
    User confirmation field

Dropdown

  • Use for questions with a set number of possible answers (e.g., “What is your gender?”)
  • Displays as an HTML select input
    Dropdown user field

To add options for a dropdown field:

  1. Click on the option input
  2. Type an answer and click “Create”
  3. Repeat for additional options
    Dropdown user field option creation

The completed options should look similar to this:

Dropdown user field options

Setting the field name and description

  • Field Name: Appears before the input on the signup form and user profile
  • Field Description: Appears after the input to help users complete the field

:information_source: Both the field name and description are required to save a field.

Here’s how custom fields appear on the signup form:

Configuring user field options

At the bottom of the creation form, you’ll find these options:

  • Editable after signup: Allows users to update the field from their profile page
  • Required at signup: Makes the field mandatory during account creation
  • Show on public profile: Displays the field value on the user’s summary page
  • Show on user card: Shows the field value on the user card
  • Searchable: Enables searching for users based on this field’s value in the user directory

Show on public profile

When enabled, the field value will be shown on the user’s profile page:

User profile custom field

Show on user card

When enabled, the field value will be displayed on the user card:

User card custom field

Searchable

When enabled, you can search for users based on their custom field values:

Saving and editing fields

  1. Click “Save” to add the field to your site’s list of user fields
  2. To edit a field, click the “Edit” button next to it in the list
  3. To delete a field, click the “Delete” button

Adding custom fields to the user directory

  1. Go to the user directory
  2. Click the wrench icon:

  1. Check the custom user fields you want to display
  2. Click “Save”

The selected custom fields will now appear in the user directory table:

Last edited by @hugh 2024-07-11T04:13:48Z

Last checked by @hugh 2024-07-11T04:21:56Z

Check documentPerform check on document:
37 Likes