diff options
-rwxr-xr-x | form.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,9 +30,9 @@ my $form = CGI::FormBuilder->new( email => $valid_email, _email => $valid_email, #fake check to silence warning of variable used only once }, -# required => [qw/ -# email -# /], + required => [qw/ + kommentar + /], messages => ':da_DK', submit => ['Send oplysningerne'], action => $webroot, #avoids loosing submitted values when redirected from other site |