Link Rating Element to Judge.me Review Widget
EComposer allows you to make the Rating element clickable and automatically scroll to the Review widget section on the same product page. The guide in this document currently works only with the Judge.me Review app.
Steps to Set Up
Step 1: Assign an ID to the Review Widget
- After building your product page with both Rating and Review widget elements, open the Review widget settings.
- Go to Advanced → Attributes → CSS ID and set an ID (e.g.,
rating
). - If you place the Review widget inside an Accordion or Tabs element, you need to set the ID on the Accordion item or Tab item instead.
Step 2: Add Custom Code
- Open your product page settings in EComposer.
- Add the following custom code:
jdgmSettings.revTabSelector = '[data-target="#rating"]';
(Replace #rating
with the exact ID you set in Step 1 if it’s different.)
Step 3: Publish & Test
- Save and Publish the page.
- Go to the live product page and click on the Rating element. The page should automatically scroll down to the Judge.me Review widget section.
