Survey Popover

Collect feedback and insights with a survey that appears as a popover on the side of the screen.

Overview

The Survey Popover is a non-intrusive survey component that appears as a popover anchored to a corner of the screen. It is designed to collect structured feedback without interrupting the user's workflow. You can use the Survey Popover out of the box as a built-in component from the Basics V2 library.

Installation

To integrate the Survey Popover into your application, follow the steps described in the library installation guide.

Survey properties

When using the Survey Popover as the presentation component in a survey block, you can define the following properties:

NameTypeNotes
PositionselectIn which corner the popover should appear. Options: bottom-left, bottom-right, top-left, top-right. Default is bottom-right.
DismissiblebooleanShows a close button linked to the close exit node. Default is false.
Next button labelstringLabel for the button that advances to the next question. Defaults to Next if empty.
Submit button labelstringLabel for the final submit button. Defaults to Submit if empty. Not shown when Auto close after submit is enabled.
Auto proceed after answerbooleanAutomatically advances to the next question after the user answers a rating or single choice question. Default is false.
Auto close after submitbooleanAutomatically closes the popover after the user reaches the end screen. Default is false.

Exit nodes:

  • complete - triggered when the user clicks the submit button on the last question or end screen.
  • cancel - triggered when the user dismisses the popover. Requires Dismissible to be enabled.

On this page