AFI AFI

WP Post Ratings

Estimated reading: 2 minutes Updated August 1, 2026

WP Post Ratings is a free WordPress plugin that adds star ratings to posts and pages. Advanced Form Integration captures every new rating and routes the data to any of 200+ destinations.

What you’ll need

  • The WP Post Ratings plugin installed and activated.
  • The Advanced Form Integration plugin installed and activated.

Event data captured

Field Format
Voter name Same as input (if logged in)
Voter email Same as input (if logged in)
User ID Numeric WP user ID, or 0 for anonymous
Rating Numeric (in your configured rating scale)
Post title The post being rated
Post ID Numeric WP post ID
Post URL Permalink
Created at YYYY-MM-DD HH:MM:SS

Create the integration

  1. Go to WP Admin → AFI → Add New.
  2. Enter an Integration Title.
  3. In Trigger → Form/Data Provider, select WP Post Ratings.
  4. In Form/Task Name, choose New Rating.
  5. In Action → Platform, pick the destination and complete the field mapping.
  6. Optional: configure Conditional Logic.
  7. Click Save Integration.

Screenshot: AFI Add New screen with WP Post Ratings selected

Conditional logic example

Goal: alert the editorial team when a post gets a 1-star rating so they can investigate the negative feedback.

Create a Slack integration on the New Rating event. Open the Conditional Logic panel, add a condition with the rating field, Equal To, value 1.

Related docs