Webinar Tagline

The `webinarTagline` component is responsible for displaying the tagline of a specific webinar, fetched dynamically based on a `webinarRegistrationId` provided in the route parameters. It is designed to be initialized on a DOM element and will update the element’s text content with the webinar’s tagline.

Props

  • None

Route Params

  • webinarRegistrationId - The unique identifier for the webinar registration. Required.

Component Attributes

  • data-cc-component="webinarTagline" - Initializes the component

Custom Behavior

  • Fetches webinar registration data based on `webinarRegistrationId` from URL
  • Extracts the tagline from the webinar data
  • Replaces the element's textContent with the webinar tagline
  • Uses the `brandApiDomain` from the global config to retrieve webinar data

Example

No props example requires `webinarRegistrationId` in the url and a `tagline` on the webinar to function.

{webinar tagline goes here}

Adding to a new site

  1. From the Kitchen Sink copy the Webinar Tagline component (cmd + c OR right-click → Copy).
  2. Open your Webflow project and paste the component where you'd like the chat to appear.
  3. Select the pasted element and convert it into a Webflow Component (right-click → Create Component).
  4. Ensure the element has:
    • data-cc-component
    • Value: webinarTagline

Adding to an existing site

  1. Create a container element.
  2. Ensure the element has:
    • data-cc-component
    • Value: webinarTagline

Styling notes

This component is styled by the parent element.

Custom Functionality

Setting

How It's Used

What You Need To Do

data-cc-component=""

Tells orchestrator to initialize this element