> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brikl.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Popup 12

> Centered popup with logo, title, description, input fields, and a sign-up button.

<Frame>
  ![Popup 12](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Popups/popup-signup-bis.png)
</Frame>

## Overview

Popup 12 is a sign-up modal component designed for web applications. It presents a branded registration form featuring a logo icon, a title ('Sign up Brikl'), a subtitle, and input fields for user details such as full name, email, and password, along with a styled sign-up button. It is intended to collect new user registration information and trigger authentication workflows.

## How to use

<Steps>
  <Step titleSize="h4" title="Open the Brikl panel">
    Navigate to the **Elements** category in the Brikl panel.
  </Step>

  <Step titleSize="h4" title="Copy the component">
    Find **Popup 12** and click **Copy**.
  </Step>

  <Step titleSize="h4" title="Paste into your editor">
    Paste it into your Bubble canvas with `Cmd + V` (Mac) or `Ctrl + V` (Windows),
    or right-click on the canvas and select **Paste**.
  </Step>
</Steps>

## States

This component includes conditional states that automatically change its appearance.

| State           | Trigger                                   | Visual effect                                                 |
| --------------- | ----------------------------------------- | ------------------------------------------------------------- |
| Button Hovered  | User hovers over the Sign Up button       | Button opacity reduces to 90%                                 |
| Button Disabled | Sign Up button is not clickable           | Button opacity reduces to 50%                                 |
| Input Focused   | User focuses on the Full Name input field | A soft box shadow appears around the input border             |
| Input Invalid   | Input field fails validation              | Border color changes to red and a red glow box shadow appears |
| Input Disabled  | Input field is not clickable              | Input opacity reduces to 50%                                  |

<Note>
  These states are handled natively by Bubble and require no additional setup.
  They will work automatically once the component is pasted into your editor.
</Note>

## Responsive

This component adapts to mobile screens. Font sizes and layout automatically adjust on screens smaller than Bubble's built-in mobile breakpoint.

## Workflows

This component includes pre-built workflows.

| Trigger                           | Action                                                                                             |
| --------------------------------- | -------------------------------------------------------------------------------------------------- |
| Sign Up button (bTUYc) clicked    | Triggers a Sign Up action using the email and password values from their respective input elements |
| Close/Hide button (bTUYj) clicked | Hides the popup element (bTUYD)                                                                    |
| Open/Show button (bTUYv) clicked  | Shows the popup element (bTUYD)                                                                    |

<Note>
  These workflows are included when you use the **Copy with Workflows** option in the Brikl panel.
</Note>

## Requirements

|             |                       |
| ----------- | --------------------- |
| License     | Starter plan required |
| Plugins     | None                  |
| Custom code | Not required          |

## Platforms

| Platform | Supported |
| -------- | --------- |
| Web      | ✅         |
| Mobile   | ❌         |

## License

<Note>
  This component requires a **Starter** plan.
</Note>
