Select Field Type
Select Field Type
Select fields provide a dropdown menu with predefined options, ensuring consistent data entry.
Configuration Options
When creating a select field, you define the available options:
Adding Options
- Create a field with Type: Select
- Click "Add Option"
- Enter the Label (what users see)
- Enter the Value (stored in database)
- Repeat for each option
Example: Document Type
| Label | Value |
|---|---|
| Deed | deed |
| Mortgage | mortgage |
| Affidavit | affidavit |
| Power of Attorney | poa |
Reordering Options
- Drag options to reorder
- Controls dropdown list order
- Top option is default if no default value set
Removing Options
- Click "Remove" next to an option
- Option is deleted from the list
- Warning: Existing records with this value will show it as blank
Default Value
Set a default option that's pre-selected:
- Choose an option from Default Value dropdown
- New orders will have this option selected
- Users can still change the value
Best Practices
Do:
- Limit to 10-15 options maximum
- Use clear, concise labels
- Order options logically (alphabetical or by frequency)
- Include an "Other" option if needed
Don't:
- Create overly long lists
- Use similar labels that could confuse users
- Change options frequently (breaks historical data)
Common Use Cases
| Purpose | Example Options |
|---|---|
| Document Type | Deed, Mortgage, Affidavit, POA |
| Property Type | Residential, Commercial, Vacant Land |
| Priority | Low, Medium, High, Urgent |
| Status | Pending, Active, Completed, Cancelled |