> ## Documentation Index
> Fetch the complete documentation index at: https://filla.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Rating field

> Interactive star rating input for Airtable Rating fields.

## What this does

The rating field maps to Airtable's Rating field type. It displays an interactive star selector where respondents click or tap to select a rating.

The number of stars and the star style are configured in Airtable. Filla reads those settings and renders the selector to match.

## Settings reference

The rating field has no field-specific settings beyond the universal ones.

**Universal settings that apply:** Label, description, required, read-only, show/hide rules, conditional read-only, reject duplicates, custom validation rules.

## How it works on the form

Respondents click or tap a star to select a rating. Clicking a previously selected star deselects it (sets the rating to empty). The selected rating is highlighted visually.

## Common use cases

* Customer satisfaction surveys (rate your experience 1-5 stars)
* Product feedback forms (how would you rate this feature?)
* Internal review forms (rate the quality of this submission)

## Common questions

<AccordionGroup>
  <Accordion title="Can I change the number of stars?">
    The star count is set in Airtable's field configuration (1-10 stars). Change it in Airtable and Filla will update automatically.
  </Accordion>

  <Accordion title="Can I use a different icon instead of stars?">
    Airtable supports different rating icons (star, heart, thumbs up, flag, dot). The icon you choose in Airtable is what Filla renders.
  </Accordion>

  <Accordion title="Is the rating field compatible with conditional logic?">
    Yes. You can use a rating field in show/hide conditions with numeric operators: greater than, less than, between, etc.
  </Accordion>
</AccordionGroup>
