Captcha Formularfeldtyp

From Joomla! Documentation

This page is a translated version of the page Captcha form field type and the translation is 100% complete.
Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Nederlands • ‎español • ‎français • ‎हिन्दी

Bietet die Verwendung eines Captcha Plugins.

  • type (notwendig) muss captcha sein.
  • name (notwenig) ist der eindeutige Name des Feldes.
  • validate (notwendig) muss captcha sein.
  • label (notwendig) (übersetzbar) ist der beschreibende Titel des Feldes.
  • description (optional) (übersetzbar) ist ein Text welcher der Benutzer als ein Tooltip angezeigt bekommt, wenn er die Maus über das Label der Textbox bewegt.
  • namespace (optional) dies wird von der Komponente com_contact genutzt. Weitere Informationen sind darüber nicht bekannt.

Beispiel XML-Definition:

<field name="captcha" type="captcha" validate="captcha"
	namespace="contact"
	label="COM_CONTACT_CAPTCHA_LABEL"
	description="COM_CONTACT_CAPTCHA_DESC" >
</field>