diff options
-rwxr-xr-x | contact.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contact.cgi b/contact.cgi index 414e66c..bd79eef 100755 --- a/contact.cgi +++ b/contact.cgi @@ -103,12 +103,12 @@ if ($form->submitted) { $infostring .= "\n<P>The following info has been submitted:"; $form->{opt}{messages}{form_confirm_text} = "$infostring"; print $form->confirm( - header => 1, +# header => 1, template => $ack_path ); } else { print $form->render( - header => 1, +# header => 1, sticky => (! $form->validate), #FIXME text => $infostring, template => $req_path @@ -116,7 +116,7 @@ if ($form->submitted) { } } else { print $form->render( - header => 1, +# header => 1, template => $req_path ); } |