What these settings do
Every field on a Filla form has a label (the field name respondents see) and an optional description (help text shown below the input). These are separate from the Airtable field name. You can rename them freely in the form without changing your Airtable schema.Label
The label is shown above the input on the form. By default it mirrors the Airtable field name, but you can change it to anything. Labels support variable references. Type@ to open the variable picker and insert a field value from earlier in the form. This lets you create personalized labels like:
@{First Name}, what is your shipping address?Confirm email for @{Company Name}
Description
The description appears below the input as smaller help text. Use it to:- Explain what format you expect (
Enter as YYYY-MM-DD) - Provide examples (
e.g., marketing@yourcompany.com) - Set expectations (
We'll only use this to send your confirmation)
@ variable references, so you can show context-sensitive guidance based on earlier answers.
Where to find these settings
Click any field in the canvas to open its settings panel. The Label and Description fields are at the top of every field’s settings.Common questions
Does changing the label change the Airtable field name?
Does changing the label change the Airtable field name?
No. The label is only what respondents see on the form. Your Airtable field name stays the same. You can have a field called “Client Email” in Airtable and label it “Your email address” on the form.
Can I use HTML in the description?
Can I use HTML in the description?
The description uses a rich text editor that supports bold, italic, links, and basic formatting, not raw HTML. Use the formatting toolbar to style your help text.
Can I hide the label entirely?
Can I hide the label entirely?
There is no “hide label” toggle currently. If you want a field without a visible label, set the label to a space or leave only the description. Use a text block widget above the field if you need custom formatting around the label.