summaryrefslogtreecommitdiff
path: root/form.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'form.cgi')
-rwxr-xr-xform.cgi4
1 files changed, 4 insertions, 0 deletions
diff --git a/form.cgi b/form.cgi
index 4e20c39..28baa3d 100755
--- a/form.cgi
+++ b/form.cgi
@@ -45,6 +45,10 @@ $form->field(
comment => '(hvis du har lyst)'
);
$form->field(
+ name => 'email',
+ comment => '(hvis du vil kontaktes igen)'
+);
+$form->field(
name => 'kommentar',
type => 'textarea',
rows => 3,