true,
'auto_id' => true,
'auto_id_prefix' => 'form_',
'form_method' => 'post',
'form_template' => "\n\t\t{open}\n\t\t
\n\t\t{close}\n",
'fieldset_template' => "\n\t\t{open} |
\n\t\t{close}\n",
'field_template' => "\t\t\n\t\t\t{label}{required} | \n\t\t\t{field} {description} {error_msg} | \n\t\t
\n",
'multi_field_template' => "\t\t\n\t\t\t{group_label}{required} | \n\t\t\t{fields}\n\t\t\t\t{field} {label} \n{fields}{description}\t\t\t{error_msg}\n\t\t\t | \n\t\t
\n",
'error_template' => '{error_msg}',
'group_label' => '{label}',
'required_mark' => '*',
'inline_errors' => false,
'error_class' => null,
'label_class' => null,
// tabular form definitions
'tabular_form_template' => "\n",
'tabular_field_template' => "{field}",
'tabular_row_template' => "{fields}
\n",
'tabular_row_field_template' => "\t\t\t{label}{required} {field} {error_msg} | \n",
'tabular_delete_label' => "Delete?",
);