Tutor Registration form in open source?
October 3, 2007 11:55 AM
Subscribe
Open Source Product or PHP Class to handle registration forms?
I am helping a student association establish a way of registering volunteer tutors and providing access for teachers to find willing tutors in subjects relevant to their students.
I have enough php code ability to hack-up an open source product or use someone's class to develop something useful. I have given hacking up PHPList a try (and may still go that route), but that product is really focussed on mailing newsletters, which is a feature we do not really need, so it seems like overkill.
What I need is the following:
* the ability to construct a form that provides valid data, including "required" sections. This form needs to include radio buttons and multi-choice click box options (ie. we need the product to handle many-to-many relationships in the database).
* a granular back-end that gives 1) students the ability to change their info as needed 2) teachers the ability to see some, but not all of the information 3) administrators who need to see everything.
Any routes for this?
posted by Greebie to computers & internet (6 comments total)
1 user marked this as a favorite
posted by stuboo at 12:34 PM on October 3, 2007