return array(
'prep_value' => true,
'auto_id' => true,
'auto_id_prefix' => 'form_',
'form_method' => 'post',
'form_template' => "\t\t{form_open}\n<dl>{fields}</dl>\n\t\t{form_close}\n",
'field_template' => "\t\t\t<dt>{label}{required}</dt> <dd>{field} {icon} {error_msg}</dd>\n",
'multi_field_template' => "\t\t\t{group_label}{required}\n {fields}\t\t\t<dt>{label}</dt> <dd>{field}</dd>{fields}",
'required_mark' => '<span class="required" rel="tooltip" title="'.__('global.required').'"></span>',
'inline_errors' => true,
'error_template' => '<div class="error">{error_msg}</div>',
'icon_template' => '<span class="fieldicon">{icon}</span>',
);
It looks like you're new here. If you want to get involved, click one of these buttons!