MARKETPLACE
PLUGINS
CONSENT, ACCESSIBILITY - MANAGER
Consent, Accessibility - Manager logo

Consent, Accessibility - Manager

Published September 2026
   •    Updated this month

Plugin details

Cookie consent and an accessibility toolbar in one Bubble element — with real script blocking.
Gated third-party tags do not execute and make no network request until the visitor allows that category. They activate the moment consent is given, with no page reload. Check it in the Network tab; this is the part most consent plugins do not actually do.

Four categories (necessary, analytics, marketing, personalization), a preferences modal, revision re-prompting, and every choice exposed as Bubble states and events so one workflow writes your audit trail. Google Consent Mode v2 is mirrored automatically when gtag is present.

The accessibility toolbar adds text scaling, line spacing, high contrast, link highlighting, a readable font, reduced motion and forced focus outlines — remembered between visits and applied before first paint.

Entirely client-side. No server calls, no telemetry, no third-party subscription, no personal data stored.

This assists with compliance. It does not make your app GDPR, WCAG, ADA or EAA compliant — no plugin does, and anyone claiming otherwise is selling you something. This is not legal advice.

Free

For everyone

stars   •   0 ratings
1 installs  
This plugin does not collect or track your personal data.

Other actions

Platform

Web

Contributor details

GoldenAxe logo
GoldenAxe
Joined 2023   •   14 Plugins
View contributor profile

Instructions

SETUP
1. Drag "Consent & Accessibility Manager" onto a page, or into a reusable element
  used on every page. One instance per page is enough; extra instances are
  harmless and share a single banner.

2. Set your colours, labels, categories and cookie expiry in the element's
  property editor. No code is required.

3. Recommended: add a "Cookie settings" text link to your footer and wire it to
  the element action "Show preferences", so a visitor who chose months ago still
  has a route back.

BLOCKING THIRD-PARTY SCRIPTS

Replace a normal script tag with a gated one:

 <script type="text/plain" data-gx-category="analytics" src="..."></script>

Put that inside an HTML element on the page, with "Display as an iframe"
UNTICKED. It will not run, and sends no request, until the visitor allows that
category — then it runs immediately, with no reload.

Categories: analytics, marketing, personalization.

IMPORTANT: gated tags placed in Settings -> SEO/metatags never reach the page and
will not be gated. They must sit in an HTML element on the page.

LOGGING CONSENT

The plugin never writes to your database. To keep a record, add a workflow on the
element's "Consent given" event and create a row from the states it exposes
(Consent ID, Has consented, Analytics granted, Last interaction, and the rest).

Pressing "Reject non-essential" fires "Consent given" as well, so a single
workflow records every first choice — acceptances and refusals alike.

RE-PROMPTING AFTER A POLICY CHANGE

Increase the "Consent revision" number. Every visitor is asked again on their next
page load, and their consent ID is preserved so the audit trail stays linked.

NOTHING HAPPENING?

Open the browser console and run:

 window.GXConsent.controller.isReady()

false means the element never received its settings. Check it is on the page and
not inside a hidden group.

COMPLIANCE

This plugin provides cookie-consent management and accessibility enhancements. It
does not, by itself, make your application compliant with GDPR, ePrivacy, WCAG,
ADA or the European Accessibility Act. Compliance depends on how you configure it,
which scripts you gate, your privacy policy, and the accessibility of your
application itself. This is not legal advice.

Types

This plugin can be found under the following types:
Element   •   Event   •   Action

Categories

This plugin can be found under the following categories:

Resources

Support contact
Documentation
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble