Automation Editor
...
Building Automations
Forms Overview

Form Designer

4min

The form designer is a drag-drop design tool that lets you quickly build forms:

Document image


The left-side catalogs contain available form components and templates.

Templates let you re-use previously saved designs either saved by you or by others. See the Form Templates section for more information. To begin a custom design from scratch, drag and drop one of the container components into the form design area in the middle. Then drag and drop elements from the left side catalog into the containers.

Clicking a container or an element in the design will show that item's attributes on the right side. The design area itself that represents the overall form has attributes for controlling the form submission message text and the text of the default form submit button. Click the form design background to select it and show its attributes:

Form Attributes
Form Attributes


Containers have attributes, such as for centering themselves:

Centered Container
Centered Container


Elements have an attribute for their names. All element names must be unique within a form. The designer will auto-generate a unique name when an element is placed into the design. Generally you will want to rename elements that receive input so you can easily identify them within the automation. In the below case, this field is best renamed to "first_name":

Element Name
Element Name


Elements that are resizable have a yellow resize caret icon at their lower right that can be dragged to resize the element:

Resizing an Element
Resizing an Element


The HTML Page element can render frameable content such as a web page, animated gif, or video:

HTML Page Element
HTML Page Element


The Preview link at the top right of the form designer can be used to view how the form will be rendered:

Form Preview
Form Preview


Keyboard Controls

When a form element is selected, pressing the Delete key will delete the element.

Pressing the up arrow key will select the item's parent container.