Thursday, March 20, 2008, 4:29:11 PM, Justin Davies wrote: > I believe a form simple fields would suffice for input. I would want > to at least validate the email (i.e. match the regexp /[EMAIL PROTECTED]/ ), > or preferably verify it with a list of acceptable emails (this is a > members club where everyone has an email already). I would also like > to be able to generate a page listing those already registered.
Fox can handle input validation, and you could create a custom filter function (php) which checks input against the list of values. If the validation and input check are okay Fox can add input to a page to generate the registration list. ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
