๐Ÿ“–Add content and collect answers

Add questions, informational text, pictures, and videos to your flow.

Flow Content Tab

  • The content tab is where you will add groups, steps, and questions to your flow.

  • When you click on the group, step, or question, you will see the editor on the side. This is where you can manage the logic and settings of the element you are editing.

  • There are lots of different question types you can choose from. Some question types require answers, while some are purely informational, like pictures or text. See our component reference section for descriptions of different question types.

  • You can use basic markdown within the text itself to format the text style - like assigning header styles that you have created in your Typography menu, bolding or italicizing certain words, or adding links.

  • Hit the Live Preview to see the flow update with your edits in real time.

Markdown menu

Headers

# This is a big header

This is a big header

## This is a medium header

This is a medium header

###### This is the smallest header

This is the smallest header

Emphasis

*This text will be italic*

This text will be italic

_This will also be italic_

This will also be italic

**This text will be bold**

This text will be bold

__This will also be bold__

This will also be bold

_These **can** be combined_

These can be combined

Lists

* Item 1
* Item 2
  * Item 2a
  * Item 2b
  • Item 1

  • Item 2

    • Item 2a

    • Item 2b

1. Item 1
1. Item 2
  1. Item 2a
  1. Item 2b
  1. Item 1

  2. Item 2

    1. Item 2a

    2. Item 2b

[Formsort](http://formsort.com)

Formsort

Blockquotes

As Dieter Rams said:

> Less, but better

As Dieter Rams said:

Less, but better

Common question types

  • Select question: responders choose from a selection of choices (you can style your choices by adding images or changing the presentation between buttons, dropdown, etc.)

Last updated