hi all.. am new for drupal.. i installed captcha module to set captcha filed in my site. its working but i want to set captcha field in my own form. that is inside of my content page. this is possible is drupal. and also if possible send documentation of captcha module. thanks in advance.....

Comments

stokito’s picture

See hook_captcha:

image_captcha_captcha($op, $captcha_type='')

image_captcha_captcha('generate', 'Image')