|
Cookbook /
PmFormSummary: Form processing engine for PmWiki
Version: 20130413
Prerequisites: pmwiki-2.2.0-beta46
Status: Development
Categories: Forms
Discussion: PmForm-Talk
Questions answered by this recipe
DescriptionThe 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:
NotesPmForm 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 NotesThe recipe requires pmwiki-2.2.0-beta46 or later.
See AlsoContributors
CommentsYour comments are welcome. User notes +5: If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |