Open jamiehylands opened 6 years ago
Hi Jamie,
Are you trying to apply stars in the traditional way? (ie: users can submit a "one-click" rating)
Or are you trying to apply stars to something like a "review" form? (where they may be able to pair it with a written review)
The answer will be different depending on which of these you are doing, since the underlying mechanics are very different between the two approaches.
I am just trying to work out a traditional form post not a rating field but something is going awry while trying to pass IDs to the DB and it is returning a null into the column and forcing an error. Any help would be great.
On Tue, 18 Sep 2018, 21:07 Lindsey DiLoreto, notifications@github.com wrote:
Hi Jamie,
Are you trying to apply stars in the traditional way? (ie: users can submit a "one-click" rating)
Or are you trying to apply stars to something like a "review" form? (where they may be able to pair it with a written review)
The answer will be different depending on which of these you are doing, since the underlying mechanics are very different between the two approaches.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/doublesecretagency/craft-starratings/issues/3#issuecomment-422533369, or mute the thread https://github.com/notifications/unsubscribe-auth/ABsHHMYE-OdK6MfRLS_qXcX5vKOwJTv2ks5ucVJtgaJpZM4WtihN .
I'm not sure I follow entirely. Ping me on Craft Slack (@lindseydiloreto), and I'm happy to work through it with you.
I am looking through the plugin files and trying to reverse engineer a method of creating a radio button selection for values instead of the stars.
Any tips on how to build a front-end form that would allow this?