NueForm

Question Types Overview

A complete overview of all 35+ question types available in NueForm, organized by category.

Overview

NueForm provides over 35 question types organized into seven categories. Each type is optimized for collecting a specific kind of data, from simple text input to complex media capture and multi-question layouts.

Question Types Example
An example of a multiple choice question type in the form renderer.

Categories

Text Input

Questions that collect text-based data from respondents.

TypeDescription
Short TextA single-line text input for brief responses.
Long TextA multi-line text area for longer responses.
EmailAn email address field with format validation.
Phone NumberA phone number field with country code support.
NumberA numeric input with optional min/max validation.
Website/URLA URL field for collecting web addresses.
Contact InfoA composite field collecting name, email, and phone in one question.
AddressA full mailing address field with optional autocomplete.

Choice

Questions that present a set of options for the respondent to choose from.

TypeDescription
Multiple ChoiceChoose one or more options from a list with optional "Other" input.
DropdownSelect from a dropdown menu, supporting single or multi-select.
Picture ChoiceChoose from image-based options.
Yes / NoA simple binary yes or no question.
RankingDrag items to rank them in preferred order.
MatrixRate multiple items across multiple columns (row x column grid).

Rating

Questions that collect quantitative feedback on a scale.

TypeDescription
RatingRate using shapes (stars, hearts, thumbs, crowns, lightning bolts) on a 1-N scale.
Opinion ScaleRate on a numeric scale with customizable range and labels.
Net Promoter Score (NPS)The standard 0-10 NPS scale.

Date

TypeDescription
DateA date picker with configurable format.

Media

Questions that capture files, drawings, recordings, and signatures.

TypeDescription
File UploadUpload any file with configurable type and size limits.
DrawingA freehand drawing canvas for sketches and diagrams.
Video/Audio RecordingRecord video or audio responses directly in the browser.
SignatureCapture a handwritten signature on a digital pad.

Layout

Questions that structure the form flow without requiring input.

TypeDescription
StatementA text statement that requires no answer. Used for instructions or transitions.
Welcome ScreenAn introductory screen shown before the first question.
End ScreenA closing screen shown after submission. Supports conditional display in quiz modes.
SummaryDisplays a review of all answers before final submission.
Save AnswersOffers respondents the option to save their answers locally for future forms.
Question GroupGroups multiple sub-questions into a step-through sequence within a single form step.
Multi-Question PageDisplays multiple questions on a single screen simultaneously.
MarkdownRich content with inline form fields using Markdown syntax.

Advanced

Questions with specialized functionality.

TypeDescription
Legal / TermsAccept terms and conditions with a required checkbox.
PaymentCollect payments with configurable currency and amount.
DateA date picker with configurable date format.
RankingRank items by dragging them into preferred order.
MatrixRate multiple items across columns in a grid layout.

Common Properties

All question types share these common properties:

PropertyTypeDescription
titlestringThe question text. Supports rich text and {variable} substitution.
descriptionstringOptional helper text. Supports rich text and {variable} substitution.
requiredbooleanWhether the question must be answered.
hiddenbooleanWhether the question is hidden from respondents.
customClassNamestringCSS class applied to the question container.
properties.hideQuestionNumberbooleanHides the question number prefix.
properties.transitionstringAnimation transition for this question.
properties.answerVariablestringStore the answer as a named variable for {var} substitution.
properties.mediaobjectSingle media attachment (image, video, icon, or QR code).
properties.mediaItemsarrayMultiple media items for a slideshow.
properties.slideshowSettingsobjectSlideshow configuration when multiple media items are present.
logicJumpsarrayLogic jumps evaluated after this question is answered.
validationsobjectValidation rules (min/max length, pattern, custom message).

Validation

All question types support a validations object with the following optional properties:

PropertyTypeDescription
minLengthnumberMinimum character length for text answers.
maxLengthnumberMaximum character length for text answers.
patternstringA regex pattern the answer must match.
minnumberMinimum numeric value.
maxnumberMaximum numeric value.
customMessagestringCustom error message shown when validation fails.

Quiz Mode Scoring

In quiz modes (Knowledge Quiz, Lead Qualification, Match Quiz), certain question types support scoring. The scorable question types are:

  • Multiple Choice
  • Dropdown
  • Picture Choice
  • Yes / No
  • Legal
  • Opinion Scale
  • Rating

See the Creating Forms guide for details on how scoring works in each mode.

Dernière mise à jour : 6 avril 2026