Home › Forums › Quform WordPress › Adding custom CSS Class to Radio Options
Hi,
I’m dynamically populating, radio fields this way.
$options[] = array(‘label’ => $label , ‘value’ => $value, ‘id’ => $id); $element->setOptions($options);
Is there a way to add a custom css class to each of the fields too?
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Unfortunately thats no real solution, as i need to color group several options together, but thanks anyway.