It looks like you're new here. If you want to get involved, click one of these buttons!
'some_field' => array('type' => 'copy', 'tag' => 'div', 'value' => '', 'id' => 'some-field', 'row_class' => 'some-row-name', 'display_label' => FALSE, 'label' => '');
Comments
$fields['My copy goes here.'] = array('type' => 'copy');
I'm curious why you would create a field like that that is empty.
$fields['some_value'] = array('type' => 'custom', 'value' => '<div id="some_value"></div>');