<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid:4B65DDA1.6010903@solidgone.com" type="cite">This
is exactly how BlogIt works, in conjunction with PmForm. All blog entry
data is stored as PTVs, and PmForms is used to display the PTV's in an
edit form.
  <br>
</blockquote>
Thank you, Dave, your "edit" in BlogIt shows that functionality. But it
should be possible to get that with any forms.<br>
I'm thinking of either one additional property page["formata"] with all
the values separated by some exotic unique delimiter,<br>
rather than scattering the wiki page file with countless new variables.
But maybe also one formdate_formXY: for every form on that page.<br>
<br>
And extending the ProcessForm recipe so that whenever POST is empty, it
only <i>retrieves </i>the PageVars through RetrieveAuthPage,<br>
and otherwise overwrites the PageVars with POST data if available in
that request.<br>
<br>
Frank<br>
</body>
</html>