Hello all,
I'm looking to add a second 'caption' to some form rows, for example:
'inputs' => array(
'Title' => array(
'type' => 'text',
'name' => 'Title',
'caption' => 'Some caption',
'caption2' => 'Some caption that can be added to whichever form I need',
'required' => true,
This is needed because most forms need to have the standard caption with standard styling, but I also have some forms that need a caption with separate styling (positioning/ color etc).
I'm having to resort to css clipping which is less than ideal.
Any help would be greatly appreciated!
Regards,
Rich