Anyone know of a good application (Free Perferably) that will allow people to fill out a form with there info and select a time. On a calendar of some sort have it display which days are open and which are not?
Been looking around can't seem to track something down yet.
Hmmm - there's various calendar/organiser tools about (and it's a surprisingly hard thing to get right - you have timezones, confusing database implementations (date and time ranges per db lineitem, or multiple lineitems to cover every 15' window), splitting overnight/multiple days, managing privs, etc), dotnetnuke (and some other CMS's) has one as an add-in module.
You could try using google calendars (possibly through javascript/ajax) as they work pretty well, and are free.
hmm google might work. Actually I would only be dealing with one time zone and never having somethign cross over on days so its pretty limited on what I would need. Mainly hours in a day and a main calendar to say what time that day its reserved for. I would attempt to write it I just think its out of my range.
Not even sure where I would start.
I will give google a shot and see what I could come up with. Thanks PD
No worries - but writing a decent calendar app is a 'mare as the deeper you look, the more complex it gets...if you can reuse somebody else's code/app, it's a good thing!