form->csrf() ?> form->label(t('Username'), 'username') ?> form->text('username', $values, $errors, array('autofocus', 'required', 'autocomplete="username"')) ?>

form->label(t('Enter the text below'), 'captcha') ?> Captcha form->text('captcha', array(), $errors, array('required')) ?>