// Page code import wixData from 'wix-data'; $w.onReady(function () { // show the current count when page loads updateCounter(); // If dataset is connected to your form, listen for after-save $w("#petitionDataset").onAfterSave(() => { // update the visible counter after a new entry is saved updateCounter(); // optional: show a thank-you element: if ($w("#thankYouBox")) $w("#thankYouBox").show(); }); // If you manually save the dataset via a submit button, hook it: $w("#submitButton").onClick(() => { // ensure the dataset saves (this will trigger onAfterSave too) $w("#petitionDataset").save() .then(() => { // immediate update (onAfterSave will also run) updateCounter(); }) .catch((err) => { console.error("Dataset save failed:", err); }); }); }); function updateCounter() { // Replace "PetitionSignatures" with your actual collection ID (case-sensitive) wixData.query("PetitionSignatures").count() .then((count) => { $w("#counterText").text = count.toString(); }) .catch((err) => { console.error("Count query failed:", err); $w("#counterText").text = "—"; }); } Home | Dreidel Reeses Petit
top of page

Sign Our Petition to Convince
The Hershey Company to Make a Dreidel Shaped Reese's!

ChatGPT Image Sep 27, 2025 at 01_44_33 PM_edited.jpg

Hi, I'm an 11th grader who has always loved Reese's -- happily eating the pumpkins at Halloween, the eggs at Easter, and the trees at Christmas. But Hanukkah doesn't have its own festive Reese's yet -- and it's time we change that!

Imagine unwrapping a chocolate dreidel, playing the dreidel game with family, and sharing a sweet treat that celebrates our holiday traditions. Reese's has made every other holiday memorable; now let's make Hanukkah just as sweet and fun.

Sign the petition below to show Hershey there's excitement, love and demand for dreidel-shaped Reese's. Please sign before 12/31/25 so we can get this petition to Hershey in January 2026 and Hershey can get them on the shelves for Hanukkah 2026!

For questions/media inquiries, feel free to contact me at dreidelreesespetition@gmail.com

 

© 2025 by Dreidel Reeses Petition. Powered and secured by Wix 

 

bottom of page