Converted the Mail Form into the Data Form.

This commit is contained in:
JT Smith 2003-05-05 05:08:48 +00:00
parent f7ca23aa03
commit 8f6348a5bb
8 changed files with 939 additions and 902 deletions

View file

@ -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") {