Why This Is Needed
You need this setup if:
-
You are using your own email marketing tool
-
You are not using WiserReview’s built-in Review Request automation or webhook
In this case, WiserReview does not automatically know:
-
Who the customer is
-
Which product was purchased
So you must pass product and customer details inside the review form URL using query parameters when sending the review link manually or through your email tool.
If you are using WiserReview’s built-in email automation, you do not need to do anything here. Everything is set automatically.
Supported Query Parameters
| Parameter | What It Means |
|---|---|
| e | Customer Email |
| nm | Customer Name |
| pid | Product ID (links review to product) |
| skuid | SKU ID (useful for Google Shopping feed or multi-store sync) |
| vrntid | Variant ID |
| pu | Product URL |
| pn | Product Name |
| st | Star rating (1–5) to pre-select rating |
| oid | Order ID (links review to order) |
You can pass only the required fields. Email & customer name and Product ID are the most common.
Step-by-Step Setup
Step 1: Get Your Review Form URL
1. Go to the Forms
2. Open your Review Form
3. Click Publish / Embed
4. Copy the Public Form URL
Example:- https://rating.wiserreview.com/review-form/abc123
Step 2: Add Query Parameters
Add ? after your form URL, then add parameters using &.
Example:-
rating.wiserreview.com/review-form/abc123?e={{email}}&nm={{name}}&pid={{product_id}}&pn={{product_name}}&st=5
—
rating.wiserreview.com/review-form/[email protected]&nm=John&pid=1001&pn=t-shirt
Passing Additional Data
You can pass any extra parameters from the supported list.
If you include them in the URL, WiserReview will store those values along with the review.
What This Ensures
-
The review attaches to the correct product
-
Customer details are captured automatically
-
Reviews can link to the correct order
-
Star rating can be pre-selected
More in Forms & review links
- Collect Authentic Testimonials Using Custom FormsCreate branded review forms to collect text, image, or video testimonials. Ideal for SaaS, ecommerce, coaching, and digital service businesses.
- Collect Google Reviews with Review Form & Email AutomationCollect Google reviews using WiserReview review forms combined with email automation. Redirect customers to leave reviews on Google after purchase.
- How to customize Form ( Shopify Only)Customize your Shopify review collection form in WiserReview. Share forms via links, QR codes, or embed buttons to gather product reviews from customers.
- How to Scroll to Review Section or Review Form Using URLUse URL hash parameters to scroll directly to the review section or open the review form on any product page. Covers all supported URL formats.