Question Group

A Question Group lets you display multiple fields together on a single form page. Instead of showing one question per screen (as in Card display mode), a group presents several related fields at once -- respondents fill them all out before advancing to the next step.

How it works

On the form canvas, a Question Group is a container node. You drag individual field nodes inside the group, and they all render together on a single page when the respondent reaches that step. The group acts as one "page" in the form flow.

Adding fields to a group

  1. Add a Question Group node to the form canvas
  2. Drag existing field nodes into the group, or add new fields directly inside it
  3. Arrange the fields in the order you want them to appear on the page
  4. Connect the group into your form flow like any other node

Configuration

SettingDescription
Group titleOptional heading displayed at the top of the group page
Group descriptionOptional subtext below the title
LayoutHow fields are arranged within the group

When respondents reach a Question Group, all fields in the group appear together. They fill out every field, then click the Next button to advance. If any required field within the group is left empty, the form highlights it and prevents advancement.

Conditional group visibility

You can conditionally show or skip an entire Question Group based on previous answers:

  1. Add an If-Else logic node before the group on the canvas
  2. Set the condition based on a previous field's value
  3. Connect the True branch to the group (shows it)
  4. Connect the False branch past the group (skips it)

This skips or shows the entire group of questions as one unit.

Common uses

  • Contact information -- group name, email, phone, and company on one page
  • Address fields -- street, city, state, zip together
  • Payment details -- card number, expiry, CVV as a set
  • Demographic questions -- age, role, industry on one page
  • Short surveys -- group 3-5 related rating questions together
Tip

Keep groups to 3-5 fields. Groups with more than 5 fields can feel overwhelming, especially on mobile. If you have many fields, split them into multiple groups.

Groups and display modes

In Card display mode, each Question Group is one "card" -- respondents see all grouped fields, then advance. In Classic display mode, groups provide visual sectioning within the scrollable form.