Provides the use of a captcha widget.
Basic usage:
{{ html.captcha }}
Usage with parameters:
{{ html.captcha(Site Key, Secret Key) }}
Parameters:
Site Key
(optional)Secret Key
(optional)
Example:
{{ html.captcha("6Ld3l34UABCDEF6t1cEdbdNSKKyNbegQXm72_mDU","6Ld3l34UAAAAAA0yMlsl7G9MyVRdx6OhKtYvV1AM") }}
Example:
{{ html.captcha(SITE_KEY, SECRET_KEY) }}
Leave a Reply
You must be logged in to post a comment.