helsingborg-stad/customer-feedback

This WordPress plugin adds a feedback form to the end of every page (or any other activated post type).
22,225 3
Install
composer require helsingborg-stad/customer-feedback
Latest Version:4.2.4
License:MIT
Last Updated:May 8, 2026
Links: GitHub  ·  Packagist
Maintainer: sebastianthulin

Customer Feedback

This WordPress plugin adds a feedback form to the end of every page (or any other activated post type). The visitor can then answer a question like "did the information on the current page help you?", yes or no. The results will be stored and presented in the admin area.

Filter reference

CustomerFeedback/post_types

Array with post type slugs where the customer feedback form should be shown

Example:

add_filter('CustomerFeedback/post_types', function ($postTypes) {
    $postTypes[] = 'post';
    return $postTypes;
});

Disable auto enqueue function on loop end

define('CUSTOMER_FEEDBACK_DISABLE_AUTO_LOAD', true);

Related Packages

yoast/duplicate-post

The go-to tool for cloning posts and pages, including the powerful Rewrite & Rep...

256,432 0
greenpeace/planet4-nginx-helper

Cloned from rtcamp/nginx-helper. Cleans nginx's fastcgi/proxy cache or redis-cac...

114,384 0
achttienvijftien/missed-schedule-fixer

Fixes "missed schedule" problems with posts

110,785 1
webdevstudios/cmb2-attached-posts

Custom field for CMB2 for creating post relationships.

65,912 134