Custom fields let you capture information that Campground does not store by default. You can add fields to member profiles, teams, and job postings — or create entirely new entity types (like “Projects” or “Partnerships”) with their own fields. Fields support a range of input types, from simple text to file uploads and star ratings, and you can control exactly who is allowed to view or edit each one.Documentation Index
Fetch the complete documentation index at: https://docs.campground.fyi/llms.txt
Use this file to discover all available pages before exploring further.
Creating and managing custom fields requires admin access. Navigate to Settings > Fields to get started.
Field types
Each field you create has a type that determines how data is entered and displayed.| Type | Description |
|---|---|
text | Short single-line text input |
long_text | Multi-line text area for longer responses |
single_select | Dropdown with one selectable option |
multi_select | Dropdown allowing multiple selections |
file | File upload (any file type) |
image | Image upload |
url | URL input with link formatting |
checkbox | True/false toggle |
date | Date picker |
number | Numeric input |
rating | Star rating (numeric, displayed as stars) |
Creating a custom field
Select the entity type
Choose where the field should appear: Profiles, Teams, or Jobs. You can also select a custom entity type if you have created one.
Enter a name and choose a type
Give the field a clear label that members or admins will see (e.g., “LinkedIn URL” or “T-Shirt Size”). Select the appropriate field type from the list above.
Configure options for select fields
If you chose
single_select or multi_select, add the list of options members can choose from (e.g., “Small”, “Medium”, “Large”).Set field permissions
Choose who can read the field and who can edit it:
- Admin only — only admins can see or change this field
- Public — all members can read this field
- Owner — the member whose profile it is can also edit their own value
Field permissions in detail
Each field has two independent permission settings:- Readable by — controls who can see the field value. Options:
admin,public(all logged-in members), orowner(the profile owner). - Editable by — controls who can change the field value. Options:
adminorowner.
admin and editable by admin only. A “Bio” field might be readable by public and editable by owner, so members can write their own bio and anyone can read it.