I am working with a mysql database that has a field id. When that parameter is passed from my form via the CGI syntax http://some.url?id=1234 I cannot access it in my DTML method because <dtml-var id> returns the Folder name. Is there a way to selectively access the id parameter rather than the Zope var 'id'. Thanks, John Hunter