Simple Feature Requests Free – User Feedback Board
Keeping a list of all the feature requests you get from your users can be a cumbersome task. Maybe you’re managing your customer feedback all via spreadsheet and adding “+1″s to requests? Perhaps you’re using an expensive third party solution? Whatever method you use, chances are it costs you time AND money. Simple Feature Requests aims to make the process of collecting customer feedback and idea management much easier for you. Now you can let your users submit requests themselves and vote on the ones they want to see in your product — all from within your existing WordPress website. Simple Feature Requests Free The free version of the plugin provides the following features: Accept user-submitted feature requests. Users can vote on features they want to see included in your product. Users can comment on feature requests using the native WordPress commenting system. Admins can approve and manage feature requests. Intelligent search before submitting user feedback. Sort/filter by “Latest”, “Top”, “My Requests”, and “Status”. Select status from “Pending”, “Published”, “Under Review”, “Complete”, “Started”, “Planned”, and “Declined”. Ability to add custom statuses (requires code snippet). Simple Feature Requests Pro The Pro version of Simple Feature Requests provides enhanced features that make idea management even more effortless. Categorize feature requests to improve and organize the feature request process for your users. Bulk change request statuses to save you time managing user feedback. Add a roadmap to keep your users updated about where your product is heading. Enable email notifications for status changes or new comments, so your users keep in the loop. Limit votes per user to ensure they vote on only essential features. Image Uploads for feature requests. Custom Statuses for feature requests. Multiple Boards for grouping feature requests. Custom request labels to allow you to rename ‘request’ and ‘requests’ to whatever is most appropriate for your use-case. Allow Guest Voting for visitors without a user account. Integration with Advanced Custom Fields. Collect additional information from your users. Currently supported fields: Text, Email, URL, Number, Textarea, Select, Checkbox, Radio Upgrade to Pro Pro Feature Highlight: Product Roadmap Simple Feature Requests makes it easy to create a comprehensive product roadmap based on the customer feedback you’ve received. Our roadmap shortcode presents your product’s requests in a kanban view, organized by request status. You can configure which status columns to display in the roadmap and use the shortcode multiple times throughout your website. A product roadmap is essential for any product-based business. It allows you to keep your users in the loop about upcoming features and when to expect them. Upgrade to Pro Useful Links Documentation Simple Feature Requests Pro Customizing Simple Feature Requests templates in your theme Simple Feature Requests allows you to fully customize templates for your theme. The templates that are available for customization are available in the templates folder of the plugin. To create customized templates: In your theme folder, create the folder simple-feature-requests. Copy the template from the plugin, including the directory structure. Customize the new file(s) in the theme folder. For example: Given a theme folder of my-theme, and a need to customize the ACF output: Create the folder in the theme, simple-feature-requests. From the plugin templates folder, copy compat/acf/single.php into the simple-feature-requests folder. Edit as desired. The result will be the following in the theme folder: my-theme/simple-feature-requests/compat/acf/single.php.
Top keywords
- requests21×3.72%
- folder9×1.59%
- users9×1.59%
- simple8×1.42%
- simple feature requests8×1.42%
- product7×1.24%
- theme7×1.24%
- pro6×1.06%
- roadmap6×1.06%
- templates6×1.06%
- feedback5×0.88%
- request5×0.88%
Supan Reputation – Review Requests & Customer Feedback
Supan Reputation is a WordPress reviews plugin that helps you collect more 5-star reviews on Google, Yelp, and Facebook. Send branded review request emails to customers (manually or automatically after WooCommerce orders), draft AI responses to incoming reviews, and log received reviews from any platform — all from inside wp-admin. Most customers who loved your service will never leave a review — not because they didn’t want to, but because no one asked at the right moment. Supan Reputation fixes that. Configure your Google, Yelp, and Facebook review links once, write a personalised email template, and the plugin handles the rest — sending polite, perfectly-timed review requests automatically when WooCommerce orders complete, or manually with two clicks. Add an AI response drafter for replying to reviews and a Reviews Inbox for logging incoming feedback. More reviews. Less chasing. All from wp-admin. Key Features Automated review request emails — trigger on WooCommerce order completion with a configurable delay (default: 24 hours after purchase) Google, Yelp, and Facebook integration — set your review profile URLs once; every email links directly to your preferred platform Manual send in two clicks — enter a customer name and email to send a request instantly, no WooCommerce required AI response drafter — paste any customer review and get a professional, personalised reply drafted in seconds Reviews inbox — log received reviews with platform, rating, and sentiment tags for easy tracking Custom email templates — personalise the message with your brand voice using {name} merge tags Request tracking dashboard — see total sent, this month, delivered, and response rate in real time WooCommerce review schema — AggregateRating + Review JSON-LD for Google rich snippets About the name: “Supan” (スパン) is a Japanese loanword meaning “span” — the arc or spectrum of connections. It reflects the family of Supan plugins for WordPress site management. Source Code The full React/TypeScript source for the compiled JavaScript assets is included directly in this plugin under the src/ directory. Build tooling configuration is in vite.config.ts. To regenerate the compiled assets from source: Install Node.js and pnpm Run pnpm install in the plugin root Run pnpm build to produce build/suparep.js External services This plugin connects to the Supan API, a third-party service hosted on Google Cloud Run, to send review request emails, draft AI responses to customer reviews, log received reviews, and (when WooCommerce is installed) schedule automatic review requests after order completion. The Supan API is operated by Ganda Tech Services Pty Ltd, the same author as this plugin. The plugin cannot send review request emails, draft responses, or log reviews without this connection because the email delivery, AI drafting, and storage all happen server-side on the Supan API. No outbound email or AI logic runs locally inside WordPress. Endpoint: https://gts-seo-engine-711239021998.australia-southeast1.run.app Fields the plugin transmits (every request): api_key (your Supan API key, stored encrypted in wp_options), and — only on Settings save — api_url, license_key (optional paid-tier identifier), and woo_auto_request (boolean for WooCommerce auto-send). Per-request fields are listed below by action. What is sent, and when: When you click Send Request in the dashboard (or fill the Send Request form): the plugin sends the customer’s first name, the customer’s email address, the platform you selected (Google / Yelp / Facebook), and your API key. This is needed so the Supan API can send a personalised review request email to that customer with a link to your review page. When a WooCommerce order completes and Auto-send is enabled: the plugin sends the customer’s first name, email, and your API key after the configured delay (default 24 hours). The order line items, prices, and payment data are NEVER transmitted — only the customer’s name and email. When you click Draft AI Response on a received review: the plugin sends the review text, the reviewer’s name, your business name, and your API key. The Supan API forwards this to Claude Haiku and returns a draft reply for you to edit before sending. The drafted reply is not stored remotely. When you click Save Review in the Reviews Inbox: the plugin sends the review text, platform, rating, sentiment tag, and your API key. The review is stored against your API key on the Supan API so the Reviews Inbox tab can re-render it later. When you save Settings: the plugin sends your selected platform URLs (Google review URL, Yelp business URL, Facebook page URL), the email template content, and the auto-send delay hours, plus your API key. This is needed so the Supan API can use the right links and copy when sending review requests on your behalf. No request is sent automatically from a public-facing page. Every API call is triggered either by an explicit admin action in wp-admin or by a backend WooCommerce hook firing on order completion (which is itself opted-in via Settings). Data that is NOT sent: WordPress user accounts (other than the recipient’s name + email), passwords, comments, post content, IP addresses, payment data, order line items, or any customer who has not been explicitly selected to receive a review request. Third-party service: Supan API by Ganda Tech Services Pty Ltd. Terms of service: https://spectra.cchk.info/terms Privacy policy: https://spectra.cchk.info/privacy