{jr_form_captcha}
The {jr_form_captcha} Template Function is used for creating a "CAPTCHA" image used in forms.
Parameters
Name |
Type |
Required |
Default |
Description |
width |
number |
no |
250 |
The "width" parameter defines the width of the resulting CAPTCHA image. |
height |
number |
no |
80 |
The "height" parameter defines the height of the resulting CAPTCHA image. |
Examples
using the {jr_form_captcha} image in a form:
{jr_form_captcha width="260" height="75"}
|
|