<br><div class="gmail_quote">On Tue, Jan 20, 2009 at 7:50 PM, DaveG <span dir="ltr">&lt;<a href="mailto:pmwiki@solidgone.com">pmwiki@solidgone.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Alternate [a]: It seems to me that storing the content as a normal<br>
standalone page, with a linked &#39;data&#39; page is a better approach. The<br>
link could be soft (naming or group convention), or with a physical<br>
link. The problem is that I can&#39;t get this to work with PmForms. For<br>
instance, trying to make the content appear as a field by encapsulating<br>
it in (:..:..:) from pageHeaders/footers, and then using a form, doesn&#39;t<br>
work. It seems like content in headers/footers is not recognized by PmForms.<br>
<br>
Other thoughts using PmWiki core code welcomed.<br>
<br>
 </blockquote><div><br>&nbsp;</div></div>I don&#39;t know if there&#39;s a reason you&#39;re using PmForms for page data, as I wasn&#39;t able to login to your demo site -- which looks great, btw -- but you might be interested in my EditMore recipe, which adds fields to the editform instead. The code is due for a re-polish, though right now it supports fields for page Title, Description, Keywords, Tags (automatically turns cakes into [[!Cakes]] but main.beans into [[Main.Beans]] -- and provides markup to insert your tag list wherever you want), and Notes (a hidden catch-all field which I use for pagelist fmts, PTV declarations, etc). It could easily be modified to allow for customizable fields. My favorite part is that it stores all of the info in the page text, which means that even if the recipe is disabled, you can still access and edit the data. You can even require authors to fill in certain fields.<br>
<br><a href="http://www.pmwiki.org/wiki/Cookbook/EditMore">http://www.pmwiki.org/wiki/Cookbook/EditMore</a><br><br>Mike<br>