added CAPTCHA to DataForm
This commit is contained in:
parent
db5a948c6b
commit
614da0d2ab
7 changed files with 247 additions and 90 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue