This group is used to document the Cookbook:PmForm recipe.
There are several steps for PmForm to work.
- Download pmform.zip and extract it to your PmWiki directory on your server
Note: You need to put
pmforms.php direct into your cookbook/ directory, and Site.PmFormTemplates into your wikilib.d directory.
- Modify your
local/config.php or other local customization file, enabling PmForm
include_once("$FarmD/cookbook/pmform.php");
- Create wiki page called Site.LocalTemplates if it doesn't exist already
- Modify Site.LocalTemplates, editing the form code creating the form and the mail output
- Inserting the referenced form name into any wiki page (you'll create and name your forms in Site.LocalTemplates)
Starting points:
- MailForm - forms for sending electronic mail
- HoneyPot - filter posts from robots
- Comments - Add comments to current page, or a comment page
- Data Forms - Add data to pages
Unofficial user's notes about PmForms:
All relevant pages in PmForm: