> Jeff> [% CGI.start_form %] Note that start_form defaults to method POST. So I'm guessing that this may just be the standard problem with the CGI.pm module that it sucks down the POST content and nobody else can see it. You could test this hypothesis out by trying: [% CGI.start_form('GET') %] -mda