Dies ist eine alte Version des Dokuments!


A set of fields
even more fields

Some static text that could be an agreement

add captcha if available
/** @var helper_plugin_captcha $captcha */
$captcha = $this→loadHelper('captcha', false);
if ($captcha && $captcha→isEnabled()) {
$form→addHTML($captcha→getHTML());
}