π§©Key Concepts
The vocabulary used across the Dapta Forms docs: form, question and step, Slides vs One page layout, score, outcome, partial submission, workspace, draft vs published, and the public link.
This page defines the handful of words the rest of the documentation uses. Skim it once and the editor, the Logic tab and the Connect tab will make a lot more sense.
Form
A form is the thing you build, publish and share. Each form has a name (shown only to you in the editor and the forms list), an optional public title (what visitors see), a layout, a list of questions, design settings, logic, scoring, integrations and its own Submissions and Analytics pages.
Forms belong to a workspace. Every member of the workspace can open, edit, publish and delete forms in it.
Question and step
A question is one item in the list on the left of the editor. Most questions collect an answer (Name, Email, Single choice, Slider and so on). Some do not: a Message shows text with no input, a Reveal screen plays a short timed pause, and a Scheduler lets the respondent book a meeting.
In the Slides layout each question is one step: one screen the respondent moves through. That is why the Counter progress style reads Step 2 of 3 and why analytics talk about "question-by-question drop-off". Every question also has a Field key (for example email, team_size) which is the stable name used in submissions, webhooks, HubSpot mapping and [field] placeholders.

Layout: Slides vs One page
You pick a layout when you create a form and can switch it later in Design β Layout.
Slides
One question per screen. Respondents press Next (or Enter) to move on, single-choice answers advance automatically, and a Back arrow returns to the previous step. Cover screen, reveal screens and step transitions are available.
One page
Every question on a single page with one Submit button. Logic still applies live: questions show and hide as answers change. The cover renders as a header at the top, the progress reads 0 of 3 answered, and an optional reveal screen plays once after Submit.

Score
Options in choice questions and ranges in slider questions can carry Points. When Enable scoring is on (Logic β Scoring), the points of every selected option are added up into one number per submission: the score. Contact and text questions never affect the score. The score is stored with the submission, shown in the Submissions table, sent to webhooks and HubSpot, and can drive logic ("Score so far") and outcomes.
Outcome
An outcome is a score range mapped to what the respondent sees at the end: a label (for example "You're a great fit"), a thank-you message, an optional redirect and a delay before it. You manage them in Logic β Outcomes. The first matching range wins, and the highest range has no upper bound so no score is left without an outcome. Scores that fall in a gap see the form's own ending (Design β When the form ends).
Partial submission
By default answers are saved when the respondent reaches the end. If you place the Partial submit point marker in the question list (the editor suggests Capture after the email question as soon as your form asks for an email), answers are stored the moment the respondent passes that point, even if they close the tab later. Those rows show up under Submissions with the Partial filter and are upgraded in place to Completed if the person finishes. Webhooks can fire for partial submissions too.
Workspace
A workspace is a separate space with its own forms, members, brand kit, notification emails and integrations. Workspaces in Forms are the same workspaces you see in the Dapta app: same name, same members, same roles (owner, admin, member). The workspace switcher at the top of the left menu moves you between them; the active one is the one every page acts on.
Draft vs published
Every change you make in the editor is saved automatically as a draft. The status next to the form name reads Saving⦠and then Saved, but nothing is live yet. Clicking Publish makes the current draft the live version that the public link serves. Until you publish again, new edits stay private and the badge Unpublished changes appears next to Publish.
β οΈ Note: Integrations in the Connect tab (HubSpot, webhook, emails) save to the live form immediately, without publishing. Tracking IDs, design and questions wait for Publish.
There is no unpublish button. To take a form offline, delete it from the forms list (this also deletes its submissions).
Public link
Each published form has one URL of the shape forms.dapta.ai/{account code}/{handle}/{form slug}, for example forms.dapta.ai/k7m2xq/alex/lead-qualification-quiz. The account code identifies your workspace, the handle identifies you, and the slug is generated from the form name. You copy it from the editor topbar (Copy link) or from the copy icon on the form's row in the forms list. The same link powers the embed snippet and the auto-generated share card.
What's next
Getting Started: sign in and build your first form.
Logic, Scoring & Outcomes: conditions, branching, points and results.
Partial submissions: capture leads before the last question.
Your public link: what the URL is made of and how to share it.
Last updated