Ick.  Is this on anyone's radar to tackle?  Some in the user community *must* have solved it for themselves, and just not shared, right?  I'm guessing that this feature is missing because it's more of a CMS need than something that would be used by a regular wiki?
<br><br>From a lay perspective, this doesn&#39;t look as if it should be that hard to do -- it seems as if all the pieces have been developed, and that it&#39;s just that no one&#39;s put them together in one place.&nbsp; I need to 
<br>* use the Input recipe&#39;s syntax to create a form on a page (no problem),<br>* add that &quot;captcha-like&quot; thinger from CommentBoxPlus (or somewhere) to verify the user is human (couldn&#39;t/shouldn&#39;t this be added to the Input recipe, anyhow?),
<br>* have some of the fields in the form on the page be standard email fields, and<br>* have the &quot;Submit&quot; button send an email to an address that I hard-code into the form, or the recipe configuration, or (best) that the form&#39;s author pre-enters in an Input field that is &quot;hidden&quot;.
<br><br>Of the existing MailForm recipes, Mailform2 (<a href="http://www.pmwiki.org/wiki/Cookbook/Mailform2">http://www.pmwiki.org/wiki/Cookbook/Mailform2</a>) seems to come closest to this, but I can&#39;t for the life of me figure out how it works. 
<br>* There&#39;s a field &quot;<code class="escaped">$Mailform2Sender&quot;</code>, but the description for it says it&#39;s &quot;The Sender: header to attach to the message. Note that this value is ignored except for installations on Windows.&quot; - So I infer that, for a wiki installed on a linux server, this is useless, and won&#39;t show up as the &quot;From&quot; field in the email? 
<br>* And then there&#39;s the field &quot;<code class="escaped">$Mailform2Subject</code>&quot;; I can&#39;t see how the contents of it get inserted into the &quot;Subject&quot; field of the email.&nbsp; Since I can&#39;t figure that out, I can&#39;t see how to add other Input fields that I might want to use on the page.
<br>* And I don&#39;t have a chance of figuring out how to add a Captcha-like thing.<br><br>So after 10 hours of experimenting with the PmWiki MailForm recipes, I&#39;m now looking at <a href="http://www.Wufoo.com">www.Wufoo.com
</a> - they have a pretty nifty utility that lets you build a form (even lets you get at the css of it if you want), plug the resulting html into a page, and store the messages it sends on their servers, where you can read them, add comments to them, and look at statistics and reports on them.&nbsp; They offer a wufoo-branded, 10-field, 3-form account for free, and un-branded, larger accounts for fees that start at $9/month.&nbsp; Does anyone know of any alternatives?
<br><br>Thanks for any thoughts about this.<br>