module ... Form fields containing empty strings are ignored and do not appear in the dictionary; to keep such values, provide a true value for the the optional keep_blank_values keyword parameter when creating the FieldStorage instance. ... someVar = cgi.FieldStorage(keep_blank_values = 1) someVar will contain all your form items ... Have a good week Jean-Marc