<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks Jon-Pierre for your email.<br>
<br>
What I first did was to decrease the number of fields to 2, fill them
in, and script worked.  See below.<br>
<br>
Jon-Pierre Gentil wrote:<br>
<blockquote cite="mid41585358.9040500@sebistar.net" type="cite"><>Don't
you need to put req as the first parameter?<br>
  </></blockquote>
It appears not - perhaps due to the older version of mod_python I'm
using (??).  Old code has worked well without it.<br>
But I tried adding it, with no effect.  <br>
<blockquote cite="mid41585358.9040500@sebistar.net" type="cite">
  <pre wrap="">
And, make sure that EACH and all of those parameters are being
POSTed.  If you try and load the page without each one defined in the
POST, you'll get that error.  Try and make them optional paramters,
setting them to frm_whatever=None...
  </pre>
</blockquote>
Setting to  None  threw errors - but setting to blank worked  (so the
DB will no longer have NULLs, but 0 byte strings... I can live with
that !)<br>
<br>
<tt>def sendinfofup(req, frm_id= '', frm_zip= '', frm_Email1= '', 
.......</tt><br>
<br>
Thanks again for your help here<br>
<br>
Rich<br>
</body>
</html>