I'm using version 4.1.4
Is it possible to create a form having some fields with a background color ?
something like the next image.
Thanks Alejandro
I'm using version 4.1.4
Is it possible to create a form having some fields with a background color ?
something like the next image.
Thanks Alejandro
I wanted to put an easy answer to this one. This works with 4.1 too.
$form->getElement('yourfield')
->js(true)
->closest('.atk-form-row-line')
->css(array('background'=>'red'));
Of course there are many ways and styling of the forms is described here: