Meet the new Glide Apps
Glide Pages are now Glide Apps. Please refer to this article for up-to-date information, as some of this documentation is outdated.
Contact Form is a quick way to add a simple ‘Contact Us' form to your page.
Configure the Contact Form component
Data
In the General tab on the right side of the Layout Editor, locate the Data section. Use the menus in Title and Description to select the values from your data to display, or select Custom to enter Custom Values for these fields.
- Select the Target Table from your Data Source. The Target Table will be the destination for your form submissions, so you may need to add a new table to your data source to capture responses.
- Assign the appropriate columns from your data source to store the user's Name, Email, Phone, and Message fields.
The Contact Form requires, at a minimum, a user's Email address and a Message in order to submit the form. Other optional fields include the user's Name and Phone number.
Additional Columns
In the General tab on the right side of the Layout Editor, locate the Additional Columns section. Any columns from your Target Table that were not assigned to the Name, Email, Phone, or Message fields will be available as additional columns.
Additional Columns capture information from the current screen or the User Profile table. These can be especially useful if you've included contact forms on multiple pages. For example, suppose you assign an Additional Column that captures the specific title of the page. In that case, you'll be able to quickly see what content the submission is referencing without the user having to manually enter this as part of their form submission. You can also use custom values here.
Actions
This is the behavior that will be triggered after users submit the Contact Form. You can choose from any of the actions available in Glide, or you can create a new action.
Glide will automatically add a new row to your Target Table when the Contact Form is submitted. You do not need to include an Add Row action here.
- In General > After Submit Action, select the menu arrows.
- In Configure Action, select the dropdown menu to view action options.
- Select the action to be triggered after the Contact Form is submitted.
- If prompted, apply any additional settings in Configure Action.