<captcha-verify></captcha-verify>
Provided by module: Tags: Captcha
Verifies a captcha response.
If the verification is successful, the tag's contents will be executed. You may also use the <else> tag together with this tag.
<captcha-verify response='&form.response;' secret='&form.secret;'>
Captcha verification was successful.
</captcha-verify>
<else>
Try again.
</else> |
Attributes
- response="string"
-
The client's captcha response.
- secret="string"
-
The string provided by the captcha emit plugin.