Hey everyone! I’m trying to figure out how to make a form I created more accessible for my team. They need to request changes to certain fields they can’t edit directly.
I used the form builder to set this up, but I’m wondering if there’s a way to make it available right inside Airtable. Right now, when I click on forms in the base, it just shows me the form builder with all the questions and conditions. That’s not what I want my colleagues to see.
Is there a way to display the actual published form within Airtable itself? This would be super helpful so they can use it while they’re already working in the base. Any tips or tricks would be much appreciated!
hey, have u tried using the Interface Designer? its a newer feature that lets u make custom interfaces right in airtable. you could recreate ur form there and make it accessible to ur team. its not exactly the same as embedding the form, but it might work for what u need. worth checking out imo!
While Airtable doesn’t have a built-in way to embed custom forms directly in the base interface, there’s a practical solution you might consider. I’ve found success using Airtable’s ‘Page Designer’ block for similar scenarios. It allows you to create a visually appealing interface within your base that mimics a form.
You can design a page that includes text fields, dropdowns, and buttons, all styled to look like your custom form. When users interact with these elements, you can use scripting to capture their inputs and update the relevant records. It’s not a perfect replication of your form, but it provides a seamless in-Airtable experience for your team to request changes.
This approach requires some setup time and basic scripting knowledge, but it’s a powerful way to keep everything centralized within your Airtable workspace.
I’ve been in a similar situation, and while Airtable doesn’t natively support embedding custom forms within the base interface, I found a workaround that might help. What I did was create a custom app using Airtable’s Scripting app. This allowed me to build a simple interface within Airtable where employees could input their change requests.
The script essentially creates a form-like experience, capturing the necessary data and then creating or updating records based on the input. It’s not as visually polished as the form builder, but it gets the job done and keeps everything within Airtable.
Another option, if you’re comfortable with it, is using Airtable’s API to build a custom interface. This requires more technical know-how but offers greater flexibility in terms of design and functionality.
These solutions aren’t perfect, but they’ve worked well for my team. Hope this gives you some ideas to explore!