For the complete documentation index, see llms.txt. This page is also available as Markdown.

βš™οΈQuestion settings

A tour of the Question settings pane in the Dapta Forms editor: Question type, Required, Placeholder, Default answer, Field key (and what renaming it changes), Hidden question, Ends the form, Show rev

Every question you select in the editor gets its own Question settings pane on the right. The top of the pane changes with the question type; the bottom half (Logic, Advanced settings, HubSpot) is the same for almost every question. This page explains the shared settings one by one, so you know what each switch does before you flip it.

Type-specific sections (options for choice questions, Min/Max for sliders, Event type for a scheduler, and so on) are covered in the Question types pages.


Step 1: Click a question in the Questions list (or on the canvas). The Question settings pane opens with the basics at the top:

The Question settings pane showing Question type, Required and the type specific settings
The top of the pane: the question type, whether it is required, and the settings for that type.
Setting
Available on
What it does

Question type

Every step

Swaps the question to another type without losing its place. The title and description stay; type-specific settings reset to the defaults of the new type.

Required

Every question that collects an answer (not Message or Reveal screen)

On by default. Respondents cannot continue until they answer. On a Scheduler, turning it off adds a Skip for now link.

Placeholder

Short text, Long text, Website, Email, Dropdown

Ghost text shown inside the input while it is empty. Leave empty for none.

Delete question

Every step

The trash icon in the pane header removes the step.

πŸ’‘ Tip: The question title, the description and, for choice questions, the option labels are edited directly on the canvas, not in the pane. The pane is for behaviour; the canvas is for words.


Step 2: Scroll down and click Advanced settings to expand it. The header shows small badges summarising what is set on this question (Hidden, Dynamic, Custom key, Default set, Ends form, Scored), so you can spot a configured question at a glance even when the section is collapsed.

The Advanced settings section expanded in the Question settings pane
Advanced settings holds prefill, dynamic questions and the behavior switches.
Setting
What it does

Prefill from URL

Read only. Shows your form's public path with a ready-made example parameter for this question, for instance /k7m2xq/alex/my-form?company=value. Click Copy and append it to your link; the answer arrives filled in. Works for visible questions as well as hidden ones.

Default answer

Used when the link carries no value. Anything in the URL wins over this. Up to 512 characters. Not offered on Name, Scheduler or steps without an input.

⚠️ Note: Precedence is always the same: what the respondent types beats the URL, and the URL beats Default answer. Keys starting with utm_ are never read from the URL (they are captured separately as campaign data), so do not use them as field keys.


Step 3: Further down, Behavior holds the switches that change how the step acts in the flow:

The Behavior switches: Ends the form, Hidden question and Show reveal screen after
The Behavior switches change how the step acts in the flow.
Setting
Available on
What it does

Ends the form

Questions and Messages (not Scheduler or Reveal screen)

"Completing this question ends the form immediately (disqualification)." As soon as the respondent answers this step, the form jumps to the ending. The step gets an Ends form badge.

Hidden question

Questions with an input (not Message, Reveal screen or Scheduler)

"Not shown to respondents. Its answer is filled from a matching URL parameter (?key=value)." The step shows a Hidden badge in the list and is skipped in the live form.

Field key

Every question that stores an answer

The name this answer is stored under, the URL parameter that prefills it, and what you type between brackets to recall it in a later question ([key]). Letters, numbers and underscores, up to 64 characters.

Show reveal screen after

Visible questions on a Slides form

Adds a reveal card right after this question. Turning it off removes that card. Edit its copy by selecting the card.

Field key: what happens when you rename it

Field keys are generated automatically (text_2, slider_4, multiple_choice_1…). Renaming them to something readable (company, leads, role) makes prefill links, recall tokens and integrations much easier to work with.

  • Type the new key and press Enter or click away. Anything that is not a letter, number or underscore is cleaned up; Escape cancels.

  • A key that another question already uses is refused: Another question already uses that key. A key with no letters or numbers is refused: A key needs at least one letter or number.

  • Renaming cascades. Show/hide conditions, branching rules, dynamic-question variants, outcome overrides, [key] recall tokens and the HubSpot property mapping that pointed at the old key are updated to the new one. If the HubSpot mapping cannot be moved, the editor tells you: The field key was renamed, but its HubSpot mapping could not be moved. Re-pick the property in Connect.

  • Past submissions keep the old key. Rename early, before the form collects real data.

  • The Name question has two keys (one per field, firstname and lastname by default) edited in its Name fields section.

Ends the form (disqualification)

Use Ends the form on the step that closes the conversation for people who do not qualify: typically a Message that says "Thanks, this is not a fit right now", reached through a branching rule from a qualifying question. The respondent sees the ending screen immediately after that step; later questions are never shown. See Branching & jumps and Ending screen.

Hidden question

A hidden question is a field that exists only to receive a value from the link, for example ?campaign=spring or a referral code. Respondents never see it, but the value is stored with the submission, can be recalled with [campaign] and is sent to HubSpot and webhooks like any other answer. The full walkthrough is in Hidden fields & URL prefill.


Button labels

The button under each step is labelled automatically: Next on a question, Submit on the last step of the form, and Continue on a Message. Some steps show no button at all: a Single choice and a Dropdown advance as soon as the respondent picks an option, and a Scheduler advances by itself because booking a time is the answer. The labels follow the respondent's language (Spanish visitors see Siguiente, Enviar, Continuar). There is no setting to rename them today.

Other cards in the pane

  • Logic shows the step's show/hide and branching rules in plain sentences (or No logic yet. This question always appears and continues in order.) with an Edit logic button, plus the Personal email only switch when the form has an email question. See Show & hide conditions.

  • Scoring (choice questions and sliders) decides whether the question counts toward the score. See Scoring.

  • HubSpot maps the answer to a contact property once HubSpot is enabled on the form. See Map questions to contact properties.

  • Contact questions (Name, Email, Phone) carry a Contact tag in the list. They identify the lead and never add to the score.


What's next

Last updated