HI,
I'm using this library https://antenna.io/demo/jquery-bar-rating/examples/ in order to have a star rating system.
But it is not working due to a jquery conflict I believe.
I put the css link in head by an onlaod action.
Can you suggest how to solve the problem or another working library to achieve the same result?
Thanks!
Miriam
Hi GreyHead thanks for your hint!
As a matter of fact I've already thougt about semantic ui. But the problem is that I cannot assign a class to the radio object.
So even if I put the class "ui massive star rating" to the conteiner, I cannot change the class for the radio button element that remain "ui checkbox radio".
Can you advise?
Link : https://www.arxivar.it/it/?option=com_chronoforms6&chronoform=test-star-rating
Thanks!
Hi Miriam,
The jQuery Bar Rating add-on seems to be designed to work with a Select Drop-Down, not with Radio Buttons?? And I don't see the barrating code anywhere on your page?
You can add a class to radio buttons using the Extra Attributes box on the Advanced tab of the element e.g. class:ui massive star rating
Bob
Thank you so much GreyHead! I'll give a try and update!
Thanks healyhatman, I'll try your solution soon.
But... No way to use directly CF Radios Group (that are already <input> and are sent with the form)?
My goal is to use Radios Group with Semantic UI stars instead of checkbox... is it so difficult?
Semantic UI stars aren't input elements they're a div and li elements or somesuch. But sure you can only try.