docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 6.1Web Developer ManualGraphics Tags
Copyright © 2019, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

Color attributes
Internal Images
<anfang>
<atlas>
<captcha-verify>
<cimg>
<cimg-url>
<colorscope>
<configimage>
<diagram>
<gbutton>
<gbutton-url>
<gh>
<gtext>
<gtext-id>
<gtext-js>
<gtext-url>
<gxml>
<imgs>
<tablist>

<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.