Wählen Sie Ihre Sprache:

<we:ifCaptcha>

Since version: 4.0 | Requires endtag: yes

Description

Content enclosed by this tag is only displayed if the code entered by the user is valid.

Attributes

name

Default value: - | since version: 4.0 | required: yes

Set this attribute to the name of the field to be compared with the generated code of the <we:captcha />-tag.


formname

Default value: - | since version: 4.0.0.5 | required: no

Set this attribute to the name of the form which contained the input values when the object was created.


Syntax

<we:ifCaptcha name="attribute" [formname="attribute"]> ... </we:ifCaptcha>

Examples

Example 1

<we:ifCaptcha name="code">
  The code you've entered is valid.
</we:ifCaptcha>