<?php
$email_f = $login_fieldset->field('email');
?>
<input class="input-large" name="<?php echo $email_f->name ?>" type="<?php echo $email_f->type ?>" placeholder="<?php echo $email_f->label ?>" value="<?php echo $email_f->value ?>">
return array(
'field_template' => '{label}{field}<br />',
'multi_field_template' => '{label}{field}<br />'
);
or change the template for a specific fieldset instance:$fieldset->set_config('field_template', '{field}');
It looks like you're new here. If you want to get involved, click one of these buttons!