Recent Changes - Search:

Cookbook

PmWiki

pmwiki.org

PmForm

Summary: Form processing engine for PmWiki
Version: 2007-06-12
Prerequisites: pmwiki-2.2.0-beta46
Status: Development
Maintainer: Pm
Categories: Forms

Questions answered by this recipe

  • How can I create a form in PmWiki to send mail?

Description

The pmform.zipΔ module provides a variety of forms processing capabilities. The module is still under development.

Documentation and examples for PmForm are being performed in a separate wiki at http://www.pmwiki.org/pmform/ . Some key pages:

Notes

PmForm blocks directives from data being saved to pages by converting markups: thus "(:" becomes "( :" and ":)" becomes ": )". These are managed by the $PmFormPostPatterns array.

The (:template require:) directive can be used to prevent certain string combinations from appearing in posted fields. For example, to prevent someone from entering link markups, use:

   (:template require text match=-[[ errmsg="links not allowed":)

which says that the 'text' field must not contain "[[".

Release Notes

The recipe requires pmwiki-2.2.0-beta46 or later.

Comments

Should this recipe be modified so it uses the SiteAdmin group by default? --Hagan

See Also

Contributors

Is there a way that I could create a form that would allow people to self register for a login/password combo via PMWiki? If so, how would I that? Thanks, Chris 8-26-08

Edit - History - Print - Recent Changes - Search
Page last modified on August 26, 2008, at 12:15 PM