form->csrf() ?> form->hidden('task_id', $values) ?> form->hidden('user_id', $values) ?> form->label(t('Email'), 'emails') ?> form->text('emails', $values, $errors, array('autofocus', 'required', 'tabindex="1"')) ?> form->label(t('Subject'), 'subject') ?> form->text('subject', $values, $errors, array('required', 'tabindex="2"')) ?> form->textEditor('comment', $values, $errors, array('required' => true, 'tabindex' => 3, 'aria-label' => t('New comment'))) ?> modal->submitButtons(array( 'submitLabel' => t('Send by email'), 'tabindex' => 4, )) ?>