Feedback

The Gravity Forms Feedback Add-On transforms your Gravity Forms entries into a polished, public-facing idea board—complete with voting, filtering, sorting, search, and comments.

Overview

The Gravity Forms Feedback Add-On transforms your Gravity Forms entries into a polished, public-facing idea board—complete with voting, filtering, sorting, search, and comments—so you can collect feedback and prioritize what to build next directly on your WordPress site.

Built for teams who want a lightweight feature or roadmap-style workflow without leaving WordPress, this add-on lets visitors submit ideas through forms on your site and then engage with them on one or more responsive, card-based boards. You can manage statuses from the admin, keep conversations in one place, and use real user votes to guide decisions.

Key Features

  • Voteable Idea Boards: Turn form submissions into cards with vote counts so your community can prioritize what matters.
  • Fast, AJAX-Powered Interactions: Smooth voting and browsing with no page reloads.
  • Search + Filters + Sorting: Help users find ideas quickly with sidebar search, status/topic filters, and sorting (Trending, Latest, Most Votes, Least Votes).
  • Comments on Individual Ideas: Let users discuss and refine suggestions on dedicated idea detail pages.
  • Statuses, Badges, and Topics: Display status badges and topic tags to keep the board organized and transparent.
  • Admin-Friendly Management: Update idea statuses from the Gravity Forms entry list for an efficient moderation workflow.
  • REST API-Driven Frontend: A modern, API-backed interface for board actions and frontend updates.

How It Works

  1. Install and activate the add-on.
  2. Go to Forms → Settings → Ideas and configure your form fields for the board.
  3. Create a form using the add-on fields to collect ideas.
  4. Configure a feed mapping submission data to feedback entries (title, description, category/topics, etc.).
  5. Publish an idea board to any page by adding and customizing the [gf_feedback] shortcode.
  6. Let users submit ideas, vote, filter, and comment—while you manage progress with statuses in the admin.

Provide feedback here

Requirements

  • WordPress 6.0+
  • PHP 7.4+
  • Gravity Forms 2.7+

Changelog

0.2.0-alpha.1

  • Added: Action hook gform_feedback_vote_added that fires when a new vote is recorded, passing the entry object, voter type (user, email, cookie, anon), and raw voter value.
  • View more

0.1.1-alpha.3

  • Added: Notification event “Feedback – Idea Pending Approval” that fires after feed processing when idea moderation is enabled.
  • View more

0.1.1-alpha.2

  • Added: Board Filters plugin setting now supports drag-to-reorder; per-instance overrides via the shortcode filters parameter are documented in the setting description.
  • View more

Changelog — gravityforms/gravityformsfeedback

0.2.0-alpha.1

  • Added: Action hook gform_feedback_vote_added that fires when a new vote is recorded, passing the entry object, voter type (user, email, cookie, anon), and raw voter value.
  • Added: Granular permission controls for who can create comments (everyone, logged-in, admins), who can see comment content, and whether the comment count is shown when content is hidden.
  • Added: "Anyone Providing an Email Address" voting mode with a lightweight email prompt and cross-device duplicate detection.
  • Added: Filters for board sort tabs (gform_feedback_sort_tabs), the email prompt copy (gform_feedback_email_prompt_header, gform_feedback_email_prompt_description), and a shortcode id attribute for the board wrapper element.
  • Added: Feedback Idea Board block that replaces the legacy shortcodes for embedding the idea board.
  • Changed: Plugin settings reorganized into a single Feedback Settings section covering submission, voting, and commenting; Board Settings now focuses on presentation only.
  • Changed: Vote removal is restricted to authenticated users; the server ignores any client-supplied identifiers on removal.
  • Changed: Voter email addresses are hashed (HMAC-SHA256, keyed with the site nonce salt) before being stored in entry meta; existing plaintext identifiers remain valid for deduplication.
  • Changed: Vote endpoint now rate-limited to 10 requests per minute per client.
  • Fixed: Anonymous callers can no longer strip other users' votes by supplying an email that matches a registered account.

0.1.1-alpha.3

  • Added: Notification event "Feedback – Idea Pending Approval" that fires after feed processing when idea moderation is enabled.
  • Added: Notification event "Feedback – Comment Pending Approval" that fires when a new comment is submitted while comment moderation is enabled.

0.1.1-alpha.2

  • Added: Board Filters plugin setting now supports drag-to-reorder; per-instance overrides via the shortcode filters parameter are documented in the setting description.
  • Added: Feed field mapping now includes a row for each custom property defined in plugin settings, allowing any form field's value to populate a custom property in feedback meta.
  • Added: Custom property values are exposed on feedback items under their slug so sidebar filters work end-to-end for custom properties.
  • Added: Custom property slugs are validated against a reserved list (built-in mapping keys and item keys) and against duplicates to prevent silent collisions.

0.1.1-alpha.1

  • Initial release

Documentation

Feedback Documentation

Gravity Forms Feedback Add-On turns your Gravity Forms feature request form into a beautiful, public-facing idea board — like ProductBoard or Frill.co, built right into WordPress.