form->csrf() ?> form->label(t('Emails'), 'emails') ?> form->textarea('emails', $values, $errors, array('required', 'autofocus')) ?>

form->label(t('Add these people to this project'), 'project_id') ?> form->select('project_id', $projects, $values, $errors) ?> modal->submitButtons() ?>