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}</dt> <dd>{field} {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' => '*', 'inline_errors' => true, 'error_template' => '<div class="error">{error_msg}</div>' );and using css I can position the labels, fields and error messages exactly where I want them (which is label above the field, error message behind it.
It looks like you're new here. If you want to get involved, click one of these buttons!