drupal 7 - Style radio groups differently from each other -


i have form i'm trying build in druapal 7, managed use theme_radio style first group of radio buttons have class 'visible-xs' on label hide label phones (as it's displayed in table heading desktop). works fine, have second group of radios need label visible on devices don't know how make happen since of radios share same code.

how supposed in drupal?

you can use theme_radio specific form , not forms.

if mean have 2 radio groups inside same form suggest using theme_radios() function appropriate.

if none of these work please provide code using , html output (of form).


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -