Event Types in EarthRanger can use dropdown fields to record details about an activity, like the species seen or the type of activity. The same list of choices can be reused across multiple dropdown fields across Event Types. Edit a choice list once, and the change applies everywhere that list is used.
This page walks through locating the choice list behind an Event field, adding or updating choices individually or in bulk via CSV import and safely editing and disabling existing choices without breaking historical Event data.

Understanding Events and Event Types
In EarthRanger:
- Events are user-facing entries in the application where a specific activity / situation is recorded.
- Event Types are administrative classifications that configure and organize these activities.
Changes to Event Types in the administration interface directly impact the dropdown choices users see when creating or editing Events.
Step 1: Locate the Choice Field to Modify
- In the EarthRanger Administration website, navigate to Activity > Event Types & Categories.
- Select the Event Type which contains the choice list you want to modify (e.g., Human-Wildlife Contact).
- Open the Event Form details page for this Event Type, click the field which uses the dropdown choice list you wish to update (e.g., "Species").

4. Under the Choice List menu, identify the list of choices that is used in this Choice List field, e.g. in the following example the choice list field value is `hwcrep_species`:

Step 2: Modify or Add Choices in the Dropdown Menu
You can add or update dropdown choices in two ways: by importing a CSV file (recommended for bulk changes) or by creating and editing choices one by one.
Option A: Import Choices from a CSV File
Use this option when adding or updating multiple choices at once.
- In the EarthRanger Admin site, navigate to: Choices > Choices
- Click Import choices from CSV in the top right.
- On the import page, click Download CSV Template to download
choice_import_template.csv. Open the file and fill in your choices following the column guide below. - Complete the CSV columns as follows:
| Column | Required | Description |
| model | Yes | The model name (e.g. for an event type choice list this will be activity.event) |
| field | Yes | The Choice Field Identifier from Step 1 which groups the choice items together (e.g. hwcrep_species) |
| value | Yes | A unique lowercase, no-spaces identifier for the choice (e.g. vervet_monkey) |
| display | No | How the choice appears to users in the dropdown. Defaults to value if not provided |
| icon | No | Icon identifier |
| ordernum | No | Sort order. Lower values appear higher in the list |
| is_active | No | Set to true to show the choice in the list or false to disable (hide) a choice. Defaults to true
|
Note: If a choice with the same model, field, and value already exists, it will be updated rather than duplicated. All rows are validated before any data is imported — if any row contains an error, no changes will be saved. Errors are reported by row number.
5. Upload your completed CSV file and click Import.
6. Review any validation errors reported and correct your file if needed before re-importing.
Option B: Add or Edit Choices One by One
Use this option when adding or updating a small number of choices individually.
To add a new choice:
- In the EarthRanger Admin panel, navigate to: Choices > Choices
- Click Add Choice.
- Complete the fields as follows:
- Id: Accept the autogenerated value.
-
Model: Enter
activity.event -
Field: Enter the Choice Field identifier from Step 1 (e.g.,
wildlifesightingrep_species). -
Value: Enter a lowercase, no-spaces identifier for the new option (e.g.,
vervet_monkey). - Display: Enter how you want the choice to appear in the dropdown.
- Ordernum: Specify a display order with a numerical value. Lower values appear higher in the list. If all choices share the same Ordernum, they will be listed alphabetically.
- Click Save.
To edit an existing choice
- In the EarthRanger Admin panel, go to Choices > Choices
- Use the Search box to enter the Choice Field identifier you'd like to edit the choice options for Step 1 (e.g., "
hwcrep_species") and press the Search button. This will filter the list to show all choice values related to this Choice Field identifier - Select the choice you want to edit.
- Update the Display text or Ordernum as needed.
- Click Save
Important: Do not update the Value of an existing choice. Changing the Value breaks past Events where this option was selected — the field will display as blank. Updating only the Display text is safe and will update how the choice appears in all past and future Events.

Disabling Dropdown Choices
Rather than deleting a choice, disable it to make it unavailable for new Events while preserving it in past Events.
To disable choices one by one:
- In the EarthRanger Admin panel, navigate to: Choices > Choices
- Search for the relevant Choice Field or specific choice.
- Select the checkbox for the choice(s) you want to disable.
- From the Action dropdown, select Disable selected choices and click Go.

To disable choices via CSV import:
In your CSV file, set is_active to false for any choice you want to disable. When imported, those choices will be deactivated without being deleted.
Disabled choices no longer appear in the dropdown for new Events but remain visible in past Events where they were selected. To view disabled choices, click Inactive Choices at the top of the Choices page.
Disabled choices will no longer appear in the dropdown menu for new Events but will remain visible in past Events where they were selected.
You can find disabled choices by clicking on the Inactive Choices button at the top of the Choices page
Step 3: Verify the Dropdown Changes in Events
To confirm the changes in EarthRanger:
- Refresh the EarthRanger web application
- Create a new Event of the type you modified (e.g., Human Wildlife Contact)
- Check the dropdown to confirm the new choices display as configured
Following these steps allows administrators to customize Event dropdown choices to reflect site-specific classifications and improve usability for EarthRanger users.
