All docs
1 min read

Survey field types

In addition to every classic field, surveys add:

Type Payload Notes
rating integer 1..max Star widget. max defaults to 5.
nps integer 0..10 The standard NPS scale with anchor labels.
scale integer min..max Configurable opinion scale.
ranking array of option values Drag/sort the options into priority order.
picture_choice string or array of values Tile-grid; set multiple: true for checkbox semantics.
matrix object {row: column} One radio per row across shared columns.
statement (markup-only) Display-only intercept screen.
signature data URL (PNG, ≤256 KB) Touch-friendly canvas.
contact_info_group object {first_name,last_name,email,phone,...} A grouped contact block on one screen.

All values land in the submission payload under the field's name, so they show up in the inbox, exports, webhooks, and automations exactly the same way classic field values do.