Form Container
Form Container Component
The Form Container component allows you to collect information from your users and store it directly in your app’s data.
Adding and Setting Up a Form Container
In the Layout Editor, select the tab you want to edit.
Click on the plus (+) symbol in the Components panel.
The container will automatically guess which table to add your form submissions to. To change this, select the form container and choose a different Target table on the right of the Layout Editor.
The form container will create fields based on the Target table. You can add or remove these fields as needed.
Decide what Action should trigger when a user submits the form. By default, the action will show a notification that says “Success.” You can use any action here, or trigger an integration as part of a larger workflow.
Frequently Asked Questions
Can I use any kind of component in a form container?
Any component in the Form Elements menu will work in a form container.
Why is there a form on my collection?
By default, collections have an add button that allows users to add to your table. You can disable this in the Actions part of the collection settings if desired.
My On Submit action to Set Column Value isn't working.
Glide recommends not using the Set Column Value action as a form submit action. Instead, you can often use a user profile value or column value to automatically pass the values needed.