⚠️ Update
This extension has been replaced by the miniExtensions Form. Plus, it has a lot more features.
With this extension, you can generate a unique URL for each record in your table. Each URL takes you to a webpage to edit a single Airtable record. You can decide which fields are shown in the editor.
✨This extension is ideal if you need someone to make updates to certain records, without giving them access to your base.
Features
- Supports multiple records and tables.
- Specify exactly which fields are shown in the editor.
💡 Tip
If you would like to prevent users from editing specific fields -but you still want these fields to be visible- you can make a read-only copy of them by using formulas. That way these fields will become un-editable.
I want some fields to be visible, but not editable.
Add them as formula fields in Airtable. They will become computed fields therefor un-editable.
Some fields are displayed in the wrong format, why?
By default, Airtable API doesn’t show fields in the exact same way they look on Airtable. For example, linked record names will be shown as IDs instead. To fix that you would need to add a lookup field that shows the linked record’s name. We recommend to use formulas for many field types like currency, date and any other field that needs to be formatted.