Roxen Interactive RXML Help
<captcha-verify></captcha-verify>
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
- response=string
The client's captcha response.
- secret
- secret=string
The string provided by the captcha emit plugin.

