function textimage_help($section = "admin/help#textimage") { $output = ""; switch ($section) { case 'admin/help#textimage': $output .= "
Implements an image recognition captcha.
"; break; case 'admin/modules#description': case 'admin/modules/textimage': case 'admin/textimage': $output = t('Implements an image recognition captcha.'); break; } return $output; } function textimage_captchachallenge(&$form) { $form['captcha_response'] = array ( '#type' => 'textfield', '#title' => t('Captcha Validation'), '#default_value' => '', '#required' => TRUE, '#validate' => array('_captcha_validate' => array()), '#description' => t('Please type in the letters/numbers that are shown in the image above.'), '#prefix' => '
Recent comments
4 years 34 weeks ago
4 years 34 weeks ago
4 years 34 weeks ago
4 years 34 weeks ago
4 years 35 weeks ago
4 years 36 weeks ago
4 years 39 weeks ago
4 years 40 weeks ago
4 years 40 weeks ago
4 years 40 weeks ago