Skip to main content
Custom Fields allow you to capture organization-specific information that isn’t covered by standard profile fields. Create fields for any data you need to collect from members.

How to access

SettingsCustom Fields

Field Types

Orgo supports various field types:
TypeDescriptionExample
TextSingle-line text input”Membership Number”
TextareaMulti-line text”Bio” or “Skills”
NumberNumeric values”Years of Experience”
DateDate picker”Join Date”
SelectDropdown with options”Department”
Multi-selectMultiple choice selection”Interests”
CheckboxYes/No toggle”Newsletter Opt-in”
URLWebsite link”Portfolio URL”
EmailEmail address”Secondary Email”

Creating a Custom Field

1

Navigate to Custom Fields

Go to SettingsCustom Fields.
2

Click Create

Click the Create Custom Field button.
3

Configure the field

Set name, type, and options.
4

Add to forms

Enable the field on Registration Form and/or Profile Fields.
5

Save

Save your new custom field.

Field Configuration

Basic Settings

name
string
required
The label displayed to users (e.g., “T-Shirt Size”, “Emergency Contact”).
fieldType
select
required
The type of input field (text, select, date, etc.).
description
string
Help text displayed below the field to guide users.

Options (for Select/Multi-select)

For dropdown and multi-select fields, define the available options:
Small
Medium
Large
X-Large
Each option on a new line.

Visibility Settings

isOnlyAdmin
boolean
When enabled, only administrators can see and edit this field. The field won’t appear on user-facing forms.Use cases:
  • Internal notes
  • Admin-assigned categories
  • Sensitive information

Position

position
number
Controls the display order of custom fields. Lower numbers appear first.

Using Custom Fields

On Registration Form

  1. Go to SettingsUsers & ProfilesRegistration Form
  2. Find your custom field in the list
  3. Check the box to enable it
  4. Optionally mark as required

On Profile Fields

  1. Go to SettingsUsers & ProfilesProfile Fields
  2. Find your custom field in the list
  3. Configure:
    • Enabled - Show on profile
    • Required - Must be filled
    • Immutable - Cannot be changed after initial entry

In Adhesion Forms

Custom fields can also be included in adhesion (membership application) forms for collecting data during the approval process.

Admin-Only Fields

Fields marked as Admin Only have special behavior:
  • Not visible to regular users
  • Only editable by administrators
  • Display a green “admin” tag in settings
  • Useful for internal tracking
Examples of admin-only fields:
  • Approval notes
  • Verification status
  • Internal member ID
  • HR comments

Best Practices

Use descriptive, user-friendly names. “Emergency Contact Phone” is better than “EC_Phone”.
Use the description field to explain what information you need and why.
Use appropriate field types - dates for dates, numbers for numeric data. This enables better validation and filtering.
Think about who needs to see each field. Use admin-only for sensitive internal data.