<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 2, 2013 at 3:30 PM, Ian MacGregor <span dir="ltr"><<a href="mailto:ardchoille42@me.com" target="_blank">ardchoille42@me.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The reason behind my request is that I'd like to learn how to do this myself using as few recipes as possible - I don't learn much with recipes. If I need a specialized form later I'd like to be able to "code it out".</blockquote>

</div><br><br></div><div class="gmail_extra">Pmwiki vanilla forms (without any forms-processing recipes) doesn't really support *doing anything* with the forms - they just allow you to embed the form on the page, but don't do anything with the information you put there.<br>

<br>I quote from: <a href="http://www.pmwiki.org/wiki/PmWiki/Forms">http://www.pmwiki.org/wiki/PmWiki/Forms</a>: <br><br></div><div class="gmail_extra">===(snip)===<br>Input forms don't actually handle processing of the form data -- the 
feature simply allows creation of forms inside wiki pages. Forms 
processing can be found in the Cookbook<br>===(snip)===<br><br></div><div class="gmail_extra">So to do what you are looking to do: either you write your own PHP code to do something with the content entered in the form or else you use one of the existing forms processors.  Probably the 2 most popular forms processors are Fox and PmForms.  Personally I like the flexibility of WikiSh, but it's got a learning curve if you aren't familiar with the Bourne Shell scripting language.<br>

<br></div><div class="gmail_extra">-Peter<br></div><div class="gmail_extra"><br></div></div>