Drupal is a registered trademark of Dries Buytaert

Visually annotate any element on a content page with inline feedback. Ideal for editorial review and collaboration between administrators and content editors.

Introduction

Inline Feedback is a lightweight Drupal module that enables administrators and content editors to leave contextual comments directly on page elements. By selecting a specific HTML element on a node page, users can attach feedback that is visible only to permitted roles. This is particularly useful during content reviews, editorial workflows, and collaborative website updates.

The feedback is stored and displayed inline using a visual marker (e.g., a comment icon), helping teams give targeted suggestions without needing external documents or complex processes.

Features

๐Ÿงท Attach feedback to any visible element on a node using precise CSS selectors.

๐Ÿง‘โ€๐Ÿ’ป Role-based permissions to control who can create and view feedback.

๐Ÿ’ฌ Visual markers on elements with feedback.

๐ŸŽจ Customizable colors for feedback markers via admin config UI.

โšก Lightweight UI using Drupal Dialog and Toastify.js for a modern experience.

๐Ÿ“„ Administrative form to manage allowed roles and UI appearance.

๐Ÿ” All feedback is stored as custom entities and associated with specific nodes.

๐Ÿ“ฑ Mobile-ready interaction via long press (planned).

Post-Installation

After installing the module:

Visit /admin/config/content/inline-feedback to configure:

  • Which roles can create/view/delete feedback.
  • Visual style (background and text color) of the inline feedback marker.

Log in as a user with the allowed role (e.g., administrator or editor).

Navigate to any node page.

  • Use Ctrl+Click (or long press on mobile) on any visible element to launch the feedback modal.
  • Submit your comment โ€” a small marker will appear on that element for future reviewers.

All feedback for a node is shown only to authorized users and is loaded automatically when the page is viewed.

Additional Requirements

This module relies only on Drupal core and uses:

  • Toastify.js (included via CDN) for notifications.
  • Standard Drupal libraries (drupalSettings, Drupal.dialog) for modal UI.
  • No additional contributed modules are required.

Activity

Total releases
2
First release
Jul 2025
Latest release
1 month ago
Release cadence
205 days
Stability
50% stable

Releases

Version Type Release date
1.0.0 Stable Jan 23, 2026
1.0.x-dev Dev Jul 2, 2025