Display Modes

Every TinyForm can be displayed in three modes. The mode changes how respondents experience the form: same questions, different presentation.

Card mode (default)

One question per screen. The respondent sees one question, answers it, and advances to the next.

FeatureDescription
URLDefault form URL (no suffix)
LayoutFull-screen, one question centered
NavigationAnswer → auto-advance, or click Next/Back
ProgressProgress bar shows completion percentage
Best forMobile, short attention spans, surveys, lead capture

Card mode creates a focused, distraction-free experience. Each question gets the respondent's full attention.

Classic mode

All questions on one page, scrollable. Traditional form layout.

FeatureDescription
URLForm URL + /cl suffix
LayoutVertical stack of all questions
NavigationScroll and fill, submit at bottom
ProgressNo progress bar; respondent sees all questions upfront
Best forDesktop, long forms, applications, when respondents need context of the full form

Classic mode works best when respondents need to see all questions at once, like application forms where answers to later questions might affect earlier ones.

Chat mode

Conversational, chat-like interface. Questions appear as messages in a chat thread.

FeatureDescription
URLForm URL + /c suffix
LayoutChat bubbles, question-answer conversation
NavigationAnswer → next message appears
ProgressMessage count indicates progress
Best forEngagement, feedback, casual surveys, support intake

Chat mode has the highest completion rates for short forms (under 10 questions) because it feels like a conversation, not a form.

Choosing the right mode

ScenarioRecommended mode
Mobile lead capture (3-5 fields)Card
Job application (20+ fields)Classic
Customer feedback surveyChat
Event registrationCard
Support intake formChat
Multi-page questionnaireCard (with question groups)
Data collection with file uploadsClassic

Setting the display mode

You don't configure the mode in the form builder. Instead, you choose it when sharing:

  • Default URL → Card mode
  • URL + /cl → Classic mode
  • URL + /c → Chat mode

Each embed mode (Popup, Slider, etc.) also lets you select the display mode.

Tip

A/B test display modes by sharing different URLs. Card mode typically has higher completion for short forms; Classic mode works better for long, complex forms.