What a login page does
A login page is an authentication gate placed before the form. Respondents must identify themselves before they can see or fill out any form pages. Login pages are the foundation of edit mode and access-controlled forms.Verification modes
Login pages support three verification modes. Each mode changes how the respondent authenticates and what happens next.Lookup
Respondents enter one or more values (email, order number, employee ID) that Filla looks up in your Airtable table. If a matching record is found, it loads into the form for editing. How to configure:- Add a login page to your form
- Set the verification mode to Lookup
- In the sidebar, use the multi-field picker to select which fields the respondent enters to find their record
- Add a login page to your form
- Set the verification mode to Email
- Use the single field picker in the sidebar to select an email-compatible field (fields with email-like types are shown)
An info notice appears in the palette when the form is in email login mode, explaining that only email-compatible fields are available.
Password
Respondents enter a shared password that you set. No Airtable record lookup happens. How to configure:- Add a login page to your form
- Set the verification mode to Password
- Enter a password in the sidebar. The password is stored as a hash for security.
Custom login instructions
Each login page has a Login instructions text field where you can write custom instructions for respondents. For example: “Enter the email address you used when you registered.” When the instructions field is left blank, Filla shows default instructions based on the verification mode.Login page settings
| Setting | Description |
|---|---|
| Title | The heading shown at the top of the login page |
| Description | Optional text below the title |
| Verification mode | Lookup, Email, or Password |
| Login instructions | Custom instructions for respondents |
Login pages and edit mode
Login pages work together with edit mode. When a respondent authenticates via lookup mode and a matching record is found, the form loads that record’s data into the form fields. The respondent can then update the record and resubmit. See How edit mode works and Sharing edit links for more on this workflow.Common questions
Can I have more than one login page?
Can I have more than one login page?
No. A form can have only one login page, and it must be the first page in the form.
Can I combine login with conditional pages?
Can I combine login with conditional pages?
Yes. After the login page, subsequent form pages can use display conditions as normal. The respondent authenticates first, then navigates through conditional pages.
What happens if the lookup finds no matching record?
What happens if the lookup finds no matching record?
The respondent sees an error message and cannot proceed. They need to enter values that match an existing record in your Airtable table.