---
title: "About Simple Forms"
slug: "about-simple-forms"
updated: 2025-06-27T20:25:47Z
published: 2025-06-27T20:25:47Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# About Simple Forms

## Overview

**Simple****Forms**are a type of Form for quickly constructing basic functions with a sleek, modern design. The [Simple Form Designer](/v9/docs/simple-form-control-glossary) contains the most commonly used Form components. Users must consider if a Simple Form supports the correct component to either collect their desired data type(s) let alone perform the desired functions with or upon them.

Simple Forms are designed for better mobile platform support. Unlike Forms, all the Simple Form controls in the toolbox are supported on mobile.

---

## Creating a Simple Form

1. In a Designer Folder, select **CREATE FORM**.
2. Navigate to and select **Simple Form**,****name the Form, and add a description of the Form (optional). Select **CREATE**. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1749045391480.png)
3. In the Simple Form Designer, notice there are three options for the Layout: Grid Layout, Horizontal Stack, and Vertical Stack. Leave the Layout as **Vertical Stack** for this example.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1749045703819.png)
4. Drag and drop different controls onto the Form. The Form in this example has two **Text Fields** (Name and Email Address), a **Date Time Field**(DOB), a **File Upload** (Resume Upload) control, and two **Button**controls with one labeled OK and the other labeled CANCEL.

As controls enter the Simple Form, a dialog appears to give the control a **Data Name** and **Label**. Once the control is named, a **Label**automatically appears above the control.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/Screenshot%202025-06-04%20101640(1).png)
5. **Save** and Close the Form.
6. Add the Form in a Flow by dragging and dropping a **Show Form******step. Navigate to and select **PICK OR CREATE FORM** to choose the Form just created. Connect it to the **Start**and **End**steps.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1749048208052.png)
7. Select the Form and navigate to **Properties** panel **> INPUTS.**Change all inputs' mapping type to **Ignore** to allow user submitted data.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1749048059835.png)

### Debug

1. Select **Debug Flow**from the top action panel; this will automatically save the Flow. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1749048506088.png)
2. As the Debugger runs, notice the **Label**change. The Flow is successful.

---

## Feature Changes

| Description | Version | Release | Developer Task |
| --- | --- | --- | --- |
| Rearranged the property menu. Properties are now ordered by importance. | [9.5](https://documentation.decisions.com/v99/docs/version-95x-release-notes) | November 2024 | [DT-042237] |

For further information on Forms, visit the [Decisions Forum](https://community.decisions.com/categories/Forms).

## Related

- [Setup UI Elements for Mobile and Tablet Devices](/setup-mobile-tablet-forms.md)
