string
CFormOutput::ShowCaptcha(
);
The method returns CAPTCHA image combination and fields for input. Non-static method.
Method parameters
No parameters.
Returned value
HTML code for both elements is returned
Examples of use
<?=$FORM->ShowCaptcha()?>
See Also