| 20 |
$form['captcha_response'] = array ( |
$form['captcha_response'] = array ( |
| 21 |
'#type' => 'textfield', |
'#type' => 'textfield', |
| 22 |
'#title' => t('Captcha Validation'), |
'#title' => t('Captcha Validation'), |
| 23 |
'#defaultvalue' => '', |
'#default_value' => '', |
| 24 |
'#required' => TRUE, |
'#required' => TRUE, |
| 25 |
'#validate' => array('_captcha_validate' => array()), |
'#validate' => array('_captcha_validate' => array()), |
| 26 |
'#description' => t('Please type in the letters/numbers that are shown in the image above.'), |
'#description' => t('Please type in the letters/numbers that are shown in the image above.'), |