added CAPTCHA to DataForm

This commit is contained in:
Doug Bell 2008-04-27 21:28:18 +00:00
parent db5a948c6b
commit 614da0d2ab
7 changed files with 247 additions and 90 deletions

View file

@ -111,7 +111,18 @@ our $HELP = {
},
{ 'required' => 1,
'name' => 'form.end'
}
},
{
name => 'useCaptcha',
required => 1,
description => 'helpvar useCaptcha',
},
{
name => 'form.captcha',
required => 1,
description => 'helpvar form.captcha',
},
],
related => [
{ tag => 'data form list template',