Here’s the problem : I need a custom field in my evaluation collection for the checkbox / star rating because each CMS item should display the star rating selected. But I have no idea how despite my research.
Thank you but is there no easier way ? I just need to link the value of the checkbox to a collection / CMS.
In this video he can link directly the star rate value with the collection, as you can see in his Logic / Flow. But how did he manage to do that ? I litteraly want to do the same thing
Nice video by Ahmed, I scanned through it and I think he missed a step.
What you’re seeing in his logic flow is a binding to a CMS Option field.
You can bind your star rating to a text field just as easily, but in his case he created an option field which looks different. If you do that-
Create an option field in your CMS collection.
Name it Star Rating.
Add six values = None, 1, 2, 3, 4, 5
When you bind it in Logic, the radio button group will be treated as a valid source for the option, so bind it and then set the default fallback option to None.