It took me a while to get it, but I have understood that to get control over your form styling, you need to not use the “form and “form field” elements, but to build all the form with “customizable components” (you don’t get button group there so have to build it yourself) :
This implies that you do not have values stored in form’s values but in each element state, so all have to be mapped individually to retrieve the entries and send them somewhere :
I also understand that some things present in this video are not working anymore (can’t find a “ratings” element, the form submission does not “collect of the data” automatically as data from customizable components are not included in form values) : https://www.youtube.com/watch?v=ZHBqHlqF0Y4
Is that correct @alex_noel ?

