Converted the Mail Form into the Data Form.
This commit is contained in:
parent
f7ca23aa03
commit
8f6348a5bb
8 changed files with 939 additions and 902 deletions
|
|
@ -400,7 +400,7 @@ sub fieldType {
|
|||
# without adult supervision. =) It was done this way because a huge
|
||||
# if/elsif construct executes much more quickly than a bunch of
|
||||
# unnecessary database hits.
|
||||
my @types = qw(zipcode text textarea HTMLArea url date email phone integer yesNo selectList radioList checkboxList checkbox);
|
||||
my @types = qw(zipcode text textarea HTMLArea url date email phone integer yesNo selectList radioList checkboxList);
|
||||
$_[0]->{types} = \@types unless ($_[0]->{types});
|
||||
foreach $type (@{$_[0]->{types}}) {
|
||||
if ($type eq "text") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue