I have a client who would like a set of two buttons at the bottom of each collection page asking was this helpful? A yes button and a no button as well as a way to track these responses, is this possible?
I’ve seen upvote systems etc. But what I’m looking for it two separate buttons like this:
Ideally, allowing only one vote per user, per item, and only a Yes or a No
For #1, I’d recommend you use custom code + an automation webhook like Make.com, and AirTable to store the tabulated results. It’s cleaner and easier to manage, solves a lot of CMS-update issues, and makes reporting easy for your client.
If you need #2, that’s a bit harder, you need a user-id and tracking to do a more complete “likes & favorites” type of system.
Jetboost provides a solution you can build on to construct this. Memberstack has a demonstraton of using the Memberstack Membership system + Jetboost to allow for a complete system, but together they add at least $50/pm to your service costs.
You might want to look at 3rd party customer feedback systems as well, you might find something that meets your styling, cost & capability goals, e.g. here.
Thanks so much Julian, this is awesome. I thought there may be a way to do this with a form but I kept using the submit buttons instead of radio this makes a lot more sense now.