✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Feedback for FormCraft

FormCraft already collects suggestion forms, contact requests, and idea submissions. SleekView Feedback reads the same form entries and renders them as upvotable cards with status badges and category pills, no separate Canny or UserVoice account needed.

♾️ Lifetime License available

SleekView Feedback board for FormCraft

Vote on FormCraft entries without leaving WordPress

FormCraft stores every submission in its own custom table and meta storage, which is great for collection but invisible to your audience. Point SleekView Feedback at the form ID, map the entry title field, the status field, and any numeric votes counter, and a public feedback board appears on the front end of your WordPress site without any extra plugin work.

Each submission shows up as a card with the title from your form field, the vote count from a hidden number field or custom meta, a status pill driven by your fc_status column, and a category tag from a dropdown choice. Clicking Upvote increments the same row through the FormCraft API, so admin views still reflect the true count after every single user click.

Sort order, filters, and pagination all stay configurable from the SleekView builder. You can hide spam-flagged entries, group by category, and pin shipped items to the bottom. Nothing about your existing form schema, notification setup, or third-party connectors changes when you turn on the public board for any FormCraft form. The board reads the entry data the moment a visitor loads the page.

Workflow

From FormCraft entries to public votes

1

Pick the FormCraft form

Choose any published FormCraft form from the SleekView source dropdown. The plugin scans the form schema and the entry table, so every available column becomes a mappable field in the next step automatically.
2

Map title, votes, and status

Drag your suggestion text field into title, a hidden number field into votes, the dropdown into category, and your moderation flag into status on the fly on the fly.
3

Pick colors per status

Set a color for each status value, blue for Open, amber for In progress, emerald for Shipped, rose for Declined. Category colors work the same way through a single JSON mapping that the board uses to render pills.
4

Embed and let users vote

Paste the SleekView shortcode into any page or template. Visitors see the live board, sort by votes or newest, filter by status, and tap Upvote on the fly on the fly.

Sample board

Sample FormCraft suggestion board

Six entries from a FormCraft idea form, rendered as a SleekView Feedback board. Vote counts come from a hidden number field, status from a dropdown, category from a select.
284 votes
Add multi-page form with progress bar
Marcus Tomlin Feature request Planned soon
197 votes
File upload field fails on large PDFs
Priya Sundar Bug report In progress
168 votes
Stripe payment field for paid submissions
@devlearns Feature request Open vote
124 votes
Conditional logic on radio groups
Hannah Lewis Enhancement Shipped now
73 votes
Spam getting through honeypot field
Owen Rivera Bug report Open vote
38 votes
Allow saving partial drafts
@formfan Feature request Declined

Comparison

FormCraft alone vs SleekView Feedback

FormCraft entries only

  • Submissions live in the admin entry list, hidden from end users and customers
  • No native upvote or popularity sorting baked into the FormCraft entry view
  • Status changes happen privately, with no visible signal to the submitters
  • Building a public board means custom PHP, REST endpoints, and a separate UI
  • Category and status fields never render as styled pills on the public front end

SleekView Feedback

  • Reads directly from FormCraft entries, no duplicate database or external sync needed
  • Upvote button writes back through the FormCraft API to the same fc_entries row
  • Status pills auto-color from your dropdown options with a simple JSON mapping
  • Filter, sort, pin, and group rules all configured visually in the SleekView builder
  • Works alongside FormCraft notifications, hooks, and existing Zapier integrations

Features

What SleekView Feedback gives you for FormCraft

Public upvote button

Visitors tap Upvote and the count increments on the FormCraft entry instantly. SleekView throttles duplicate clicks per IP and per logged-in user, so the same person cannot stuff the ballot from one device with multiple sessions.

Status and category filters

Users filter the board by status, category, or author. The dropdowns read from your live FormCraft choices, so adding a new dropdown option in the form automatically adds a new filter chip without any extra config work.

Colored pills per value

Each dropdown option maps to one of six pill colors. Set Open to cyan, In progress to blue, Shipped to emerald. The mapping is stored once and applied across every board you build on the same FormCraft form on the site.

Audience

Where FormCraft idea forms become public boards

Product idea collection

Run a FormCraft idea form on your support site and surface the submissions on a public roadmap page. Users vote up the requests they want and watch the status pill flip from Open to Planned to.

Community feature requests

Communities of theme buyers or plugin customers submit feature requests through FormCraft. The same entries render as a sortable feedback board on your docs site, with category pills for Theme.

Public Q and A queue

Collect questions from a FormCraft contact form and show the queue publicly. People upvote the questions they also want answered, and you reply by changing the status to Answered with a link out to a.

The bigger picture

Why a public board changes FormCraft submission use

Most FormCraft installs end up with thousands of submissions sitting in the admin entry view, sorted by date, with no signal at all about which requests matter most to the broader audience. The product team triages by gut feel, and submitters never hear back. A public, upvoted board flips that dynamic.

Suddenly every idea has social proof attached. The duplicate suggestion problem disappears because new submitters see existing entries first and either upvote or refine rather than file the eleventh copy of the same request. Status pills turn the board into a lightweight roadmap that communicates intent without anyone writing a separate blog post.

And because SleekView reads the same FormCraft table the admin already uses, there is no second source of truth, no sync drift, no extra admin work. The team keeps using FormCraft exactly the way they always have, and the audience gets a window into the decision process that was invisible before.

Questions

Common questions about SleekView Feedback for FormCraft

No. SleekView reads directly from the FormCraft entry table at render time, with light caching for the listing query. Every upvote click writes back to the same FormCraft row through the plugin API, so the admin entry view and the public board always show the same numbers.

 

Yes. Any FormCraft entry with a status value matching your hide list (default: Spam, Pending review, Trash) is filtered out of the public board but stays in the admin entry list. You can also flag individual entries with a custom meta key that SleekView respects as a hide flag.

 

The vote count lives on the FormCraft entry itself, in whichever number field or meta key you mapped. Deleting the entry deletes the votes along with it. If you want to soft-delete instead, change the entry status to Archived and add Archived to the SleekView hide list.

 

Yes, if you turn on the My votes panel in the SleekView builder. For logged-in users, SleekView stores the user ID against each vote, so they can see their voted items in a sidebar. Anonymous votes are tracked by IP and cookie only and do not show in the panel.

 

The board only reads finalized entries, so multi-step and conditional logic on the form side do not change anything. As long as a submission lands in the FormCraft entry table and has the mapped title, status, and category fields populated, it renders correctly on the board.

 

Open the FormCraft entry in wp-admin and change the status dropdown the same way you always have. SleekView reads the new value on next page load, and the pill color updates automatically based on your status to color mapping. No separate moderation interface is required.

 

Yes, as long as Lite stores entries in a database table SleekView can read. Some Lite builds only email submissions and skip database storage, which means there is nothing for SleekView to render. Check the FormCraft setting Save submissions to database and turn it on if needed.

 

Yes. SleekView ships with built-in rate limits per IP, per user, and per form, configurable in the settings panel. The default is one vote per item per IP per 24 hours. You can also require login before voting if your site has a registered user base and you want stronger guarantees.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView