Has anyone thought about or got a patch that makes the registration form use the
TWikiForms mechanism?
It seems silly to collect things on a plain text page nowadays when doing so later prevents us from adding new fields, querying and all that other great stuff that
TWikiForms offers us.
--
MartinCleaver - 28 May 2003
That would make sense for regular user data. That way it could be queried easily with
FormattedSearch. Currently you need to use a regular expression
$pattern() to pull the fields, see for example
Support.TableofUserData
--
PeterThoeny - 26 Jul 2003
Implemented in the
RegisterCgiScriptRewrite.
--
MartinCleaver - 04 Oct 2004