Esempio n. 1
0
 /**
  * Get the hidden captcha tags to insert into form
  * 
  * @param string $fieldId       [optional] hidden captcha hidden field name (default is hcptch)
  * @param boolean $imageMode    [optional] if true, will display an image-based captcha instead of an hidden one (default = false)
  * @return string               Return a tag to insert into form to secure
  */
 public static function getCaptchaTags($fieldId = 'hcptch', $imageMode = false)
 {
     return f_form_Captcha::getFormTags($fieldId, $imageMode);
 }