|
Cookbook /
PmFormSummary: 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
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. CommentsShould this recipe be modified so it uses the SiteAdmin group by default? --Hagan See AlsoContributors
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 |