array( ['username'] => [HTML for this field] ['email'] => [HTML for this field] ... )
// fetch specific field $field = $fieldset->field('username'); // fetch all into associative array $fields = $fieldset->field();
It looks like you're new here. If you want to get involved, click one of these buttons!