Views & Filtering
Create custom views to organize and filter entry data.
Views let you create saved configurations for viewing entry data. Customize columns, filters, and sorting to focus on the data that matters most.
Understanding Views
A View is a saved configuration that includes:
- Which columns to display
- Filters to apply
- Sort order
- Column widths
Views help you:
- Focus on relevant data
- Create role-specific dashboards
- Save time with saved filters
- Share configurations with your team
Default View
Every form has a default view that shows:
- Key identifying fields
- Submission date
- Entry status
Creating Views
Create a New View
- Go to form Entries tab
- Click Views dropdown
- Select Create New View
- Name your view
- Configure settings
- Save
Configure Columns
Choose which fields to display:
- Click Columns button
- Check/uncheck fields to include
- Drag to reorder columns
- Resize by dragging column borders
Available columns:
- All form fields
- Metafields (if enabled)
- System fields (created_at, status, etc.)
Set Filters
Filter entries based on field values:
- Click Filter
- Add filter rules:
- Select field
- Choose operator
- Enter value
- Combine with AND/OR logic
- Apply filters
Filter Operators
| Operator | Description | Field Types |
|---|---|---|
| equals | Exact match | All |
| not equals | Not exact match | All |
| contains | Contains text | Text fields |
| starts with | Begins with text | Text fields |
| ends with | Ends with text | Text fields |
| greater than | Number/date comparison | Number, Date |
| less than | Number/date comparison | Number, Date |
| is empty | Has no value | All |
| is not empty | Has a value | All |
Set Sort Order
Sort entries by one or more fields:
- Click column header to sort
- Click again to reverse
- Hold Shift and click for multi-column sort
- Or configure in View settings
Save the View
- Click Save View
- Choose:
- Save (update current)
- Save As (new view)
- Set view name
- Optionally mark as default
Managing Views
Edit a View
- Select the view
- Make changes
- Click Save View
Duplicate a View
- Open Views dropdown
- Click … next to the view
- Select Duplicate
- Rename and modify
Delete a View
- Open Views dropdown
- Click … next to the view
- Select Delete
- Confirm deletion
Set Default View
- Open Views dropdown
- Click … next to the view
- Select Set as Default
Quick Filters
Search
Use the search box to find entries:
- Searches across all visible columns
- Instant results as you type
- Clear with X button
Date Range
Filter by submission date:
- Click date filter
- Select preset (Today, This Week, etc.)
- Or choose custom range
Status Filter
Quick filter by entry status:
- All
- Draft
- Complete
- Processing
- Error
Advanced Filtering
Multiple Conditions
Combine conditions with logic:
(Status = Complete) AND (Category = Sales OR Category = Support)
Nested Logic
Create complex filter expressions:
- Add a filter group
- Set group logic (AND/OR)
- Add conditions to group
- Nest groups as needed
Filtering Metafields
Filter by metafield values:
- Add filter
- Select from Metafields section
- Apply condition
Filtering Repeatable Fields
For repeatable groups:
- Filter checks all instances
- Entry matches if any instance matches
Use Case Examples
Unprocessed Entries
View: “Needs Review”
- Filter: status.review = “pending”
- Sort: created_at ascending
- Columns: name, email, submitted_at
This Week’s Submissions
View: “This Week”
- Filter: created_at within last 7 days
- Sort: created_at descending
- Columns: All fields
High-Value Leads
View: “Hot Leads”
- Filter: score >= 80 AND source = “website”
- Sort: score descending
- Columns: name, company, score, created_at
Best Practices
View Organization
- Create views for common tasks
- Use clear, descriptive names
- Group related views
- Clean up unused views
Performance
- Don’t include too many columns
- Limit complex nested filters
- Use specific date ranges
- Consider pagination settings
Team Collaboration
- Document what views are for
- Create shared views for common workflows
- Train team on view usage
- Regularly review and update views