Help
Academy
  • INTRODUCTION
  • About Reasy
  • Why Choose Reasy?
  • User Registration
  • Invite & Manage Users
  • GETTING STARTED
    • Create Your First App
    • App Dashboard
    • Workspace
      • Engine Explorer
      • Navigation Explorer
      • Canvas
      • Tools
        • Screen Components
          • Input Elements
          • Containers
          • Texts
          • Buttons
          • Charts
          • Grids
          • Cards
          • Files & Images
          • Custom Components
          • Pre-built Screens
        • Custom Screen Components
        • BPMN Components
        • Data-Driven Plugins
          • Data Sources
            • SQL Plugin
            • Session Plugin
            • MakeServerURL
            • PrivatePDM
            • Logout
            • MethodInvoker
            • UMPlugin
            • APIConsumer
            • EmailReaderPlugin
            • FileReaderPlugin
            • FileWriterPlugin
            • FileDownloadPlugin
            • FileUtils
            • PropertyReader
            • DateUtils
            • JsonUtils
            • JoinPlugin
            • EncryptDecrypt
            • StringUtils
          • Data Display
          • Business Tools
      • Property Editor
        • General Properties
        • Design Properties
    • Engines
      • Screens
        • Responsive Grid System
        • Building App Layout
        • Building Screens
        • Creating Pop-up Screens
        • Events and Actions
        • Importing Screens
          • Importing an HTML
          • Importing a Figma Screen
          • Importing a PDF
          • Importing a Screenshot
          • Importing a Hand-drawn Sketch
          • Text to Screen
        • Manage Screens
      • Data Modeler
        • Setting up a Data Source
        • Creating a Model
          • Adding Computational Formula
          • Adding Validations
        • Importing a Data Model
        • Entity Relationships
        • Exporting a Data Model
      • APIs
        • A Step-by-Step Guide to Build an API
        • Creating an API Service
        • API Configuration
        • Publishing API
        • API Authentication
        • Consuming REST APIs
        • Manage API Services
      • Navigation
        • Layout Setup
        • Creating Microapps
        • Manage Microapps
      • Page
      • Workflow
        • Creating Workflows
        • Workflow Templates
        • Optimizing Complex Workflows
        • Manage Workflows
      • User Management
        • Users
        • Roles
        • Policies
        • Password Policies
        • Data Rules
      • Resources
      • Languages
        • Translating App Language
        • Manage Languages
    • App Management
  • TECHNICAL INFORMATION
Powered by GitBook
On this page
  • What's a pop-up screen?
  • Creating a Pop-up Screen
  • Explore Through Video Learning

Was this helpful?

  1. GETTING STARTED
  2. Engines
  3. Screens

Creating Pop-up Screens

PreviousBuilding ScreensNextEvents and Actions

Last updated 1 year ago

Was this helpful?

What's a pop-up screen?

A pop-up screen, also known as a modal, appears on top of your app's primary content. They are displayed as an overlay until you take the action or dismiss it. As pop-ups improve the user experience, use them wisely for focused interactions and conveying critical messages.

Here are some examples that we have come across where pop-up screens are helpful:

  • Log in/Sign up forms: Upon clicking the "Sign In" or "Sign Up" button, a pop-up appears, allowing us to enter our credentials or register without navigating to a different page.

  • Contact Forms: Websites use pop-ups for contact forms instead of directing users to a separate contact page.

  • Confirmation and Dialog Boxes: When users attempt to delete an item, a pop-up dialog prompts them to confirm the action.

  • Cookies Consent: Websites use pop-ups to seek user consent to use their cookies.

  • User Surveys and Feedback: Websites present pop-up screens with short surveys or feedback forms, encouraging user participation.

Tip: Use pop-ups judiciously, as too many or too invasive pop-ups might ruin the user experience.

Creating a Pop-up Screen

When you open the screen, click it in the Navigation Explorer to reveal its properties. Choose the Type "Popup" in the Design tab, to make it a pop-up screen. Now, you can style and resize it as needed. You may also add a header or footer to it.

Then, define its occurrence in the Events & Actions tab. A load event for the screen is available by default. You can edit it however you want or delete it if it is no longer needed. For more events involved in your screen, click '+' to configure them. To view the event setup, click here.

Explore Through Video Learning