Canvas Documentation
Bubble Best Practices
v3
v3
  • Introduction
  • Key Features
  • What's New
  • For Designers
  • CANVAS FUNCTIONALITY
    • Getting Started
    • Branding & Design
    • Marketing Pages
    • Bubble Pages & Blocks
    • Roles & Permissions
    • Menus & Navigation
    • Data & Workflows
    • Emails & Alerts
    • Miscellaneous
    • Reference
      • Pages
        • Index
        • Admin Portal
        • Account
        • Login
        • Legal
        • Reset Password
        • Verify
        • 404
        • Privacy Policy (deprecated)
        • Terms of Service (deprecated)
      • Reusable elements
        • Header
        • Footer
        • Signup & Login
          • Integrate some to parent
        • Popups Reusable (derprecated)
        • Cookies Permission
        • Widgets
          • UI Widgets
          • Workflow Widgets
        • Admin Portal
          • Admin analytics
          • Admin email templates
          • Admin header & footer
          • Admin legal popups
          • Admin branding, launch, and settings
          • Admin marketing pages
          • Admin portal canvas logic
          • Admin option settings
        • Menu Focus Elements
          • Integrate some to parent
      • Data types
      • Option Sets
      • Backend Workflows
      • Design standards
        • Manually Building UI
  • Bubble Best Practices
    • Learning Bubble Basics
    • Principles
    • Database
    • Design
    • Security
    • SEO
    • Speed
    • Modularity
      • Data triggers
Powered by GitBook
On this page
  • Workflows
  • Page is loaded and current email verification is empty
  • Page is loaded and current email verification is not empty
  • Button continue is clicked
  • Button go home is clicked

Was this helpful?

  1. CANVAS FUNCTIONALITY
  2. Reference
  3. Pages

Verify

PreviousReset PasswordNext404

Last updated 4 years ago

Was this helpful?

Page name: verify Purpose: Destination page where users are directed to when they click the verify button from the email in the email verification process

Workflows

The verify page has four events that trigger different workflows depending on the scenario

Page is loaded and current email verification is empty

Ifcurrent page email verification is empty, users will be shown an expired link group, and they will automatically be sent a new verification email.

Page is loaded and current email verification is not empty

They will be shown am email verified group and the user's date completed sign up will be marked as completed. If the email verification user's emailis different from the email verification's email field, then the user's email will be updated to the new email. Once the user's email is verified on this page, an API workflow will be scheduled to delete the current page email verification.

Button continue is clicked

Users will be redirect to the index page if they are logged in. If they are not logged in, they will be taken to the login page.

Button go home is clicked

They will be redirected to the index page.

If the user waits too long to verify their email the link will expire