WP Post Ratings
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
- Go to WP Admin → AFI → Add New.
- Enter an Integration Title.
- In Trigger → Form/Data Provider, select WP Post Ratings.
- In Form/Task Name, choose New Rating.
- In Action → Platform, pick the destination and complete the field mapping.
- Optional: configure Conditional Logic.
- Click Save Integration.

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.