Solution needed for online signup problem.

Soldato
Joined
8 Nov 2006
Posts
7,073
Location
Ireland/Northern Ireland Border
I was wondering if anyone could help me with a problem I am trying to find a solution for.

What I want to do is have a signup page on a website for people to volunteer to do something over a period of time. Ideally people need to be able to see what "slots" are covered and which need people to volunteer. It would be nice if people could provide contact details when they volunteer but I don't want those contact details to be viewable publicly on the website.

Any idea on the best way of doing this?
 
Soldato
Joined
16 Jun 2013
Posts
5,375
Use a signup form collecting everything you want and store it in a database. Create a table that shows the time slots and just pull the bare details needed back from the database to fill said table.

Could easily achieve with PHP and MySQL.

Within the table you could have checkboxes in the unassigned time slots for the user to select as times they can cover which could be used as part of the form.
 
Last edited:
Back
Top Bottom