Content - News Menu - Ressources Menu - Sitemap - Share your code - Code library - Reference
Formidable is part of the TYPO3 Project and is supported by Ameos
| path | data type | req | default | uobj | description |
|---|---|---|---|---|---|
| all |
This control has applied all the common properties of renderlet. See renderlet:* section for the complete list of common properties to use. | ||||
| copylabel | string | Some label as instruction for copying the captcha | |||
| errormessage | string | Captcha Error | Message to display when the user input a wrong captcha | ||
| width | string | 100 | Width of the captcha image | ||
| height | string | 30 | Height of the captcha image | ||
| frame | boolean | false | If TRUE, the captcha image is surrounded with a border | ||
| bgcolor | string | 255,255,255 | Background color of the captcha image, in RGB format : 0,255,0 | ||
| transparent_background | boolean | false | If TRUE, the background is transparent | ||
| font/ | |||||
| /fontcolor | |||||
| font/fontcolor/random | boolean | false | If TRUE, the color of the font is randomly rendered | ||
| font/fontcolor/level | boolean | darker | Intansity of the random color can be lighter, light, dark, darker | ||
| font/family | string | luggerbu.ttf | CSV string of font name !! be careful, filefont should be placed in the fontdir of the renderlet dir in formidable. !! | ||
| font/size | integer | 12 | Integer OR csv to inpact the max and the min font size, if you input only one integer then it is used as unique font size. | ||
| authchar | string | ABCDE FGHIJKLMNO PQRSTUVWXYZ12 3456789 | list of letter allowed to be used in the captcha. | ||
| crypteasy/ | |||||
| crypteasy/con | string | BC DFGHJK LMNPQRS TVWXZ | Crypteasy is used to alternate vowels and consonnants to make a more readable captcha input here the allowed consonnants | ||
| crypteasy/vow | string | AEIOUY | Crypteasy is used to alternate vowels and consonnants to make a more readable captcha input here the allowed vowels | ||
| difuplow | boolean | false | If TRUE the captcha become case sensitive | ||
| nbchar | integer | 5 | number of char used in the captcha | ||
| charspace | integer | 20 | space between each chars (adjust depending on the used font family) | ||
| charangle | integer | 0 | maximum rotation of the chars in the captcha | ||
| charup | boolean | false | If TRUE the chars are randomly moved top or down | ||
| noise/ | |||||
| noise/pixel | integer | 0/250 |
if noise is set add this amount of pixel to reduce lisibility of the captcha if noise is TRUE then default (250) value is used | ||
| noise/line | integer | 0/3 |
if noise is set add this amount of lines to reduce lisibility of the captcha if noise is TRUE then default (3) value is used | ||
| imgtype | string | png | filetype of the captcha img possible value are : jpg,gif,png | ||
| cryptsecure | string | md5 | type of hash used to secure the captcha, possible value are sha1,md5 | ||
| timer/ | |||||
| timer/time | integer | 3 | delai to provide an error if captcha is reloaded too fast. possible value in second | ||
| timer/action | integer |
action if the captcha is reloaded too fast. possible value :
| |||
| maxattempt | integer | 1000000000000000000 | Maximum attempt to give a correct answer to the captcha. | ||
Provided by Ameos