473,789 Members | 2,617 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Simple private volunteer registration form

Greetings,

I am creating a website for a volunteer-based organization that would
like to accept volunteer registrations online.

They want the visitors to fill out a simple form to submit and have the
data stored on the server. The staff then needs to be able to pull up
a password-protected listing of all volunteers.

I am not opposed to using MySQL, but I'm not a SQL programmer. I think
flat text would be ok, but I don't know.

I've looked at some free guestbook scripts, thinking I could modify one
of them to my needs, but the sticking point is that the list of
volunteers page cannot be viewable by anyone except those who are given
the password by the staff. Many of the scripts I've found offer more
features and customization than is needed for this simple task. The
only "add-on" I would like is some form of anti-spam measure.

Does anyone know of a script that would be useful for these basic
needs?

Thanks,

Steve

Jul 28 '06 #1
1 2817

st************@ yahoo.com wote:
Greetings,

I am creating a website for a volunteer-based organization that would
like to accept volunteer registrations online.

They want the visitors to fill out a simple form to submit and have the
data stored on the server. The staff then needs to be able to pull up
a password-protected listing of all volunteers.

I am not opposed to using MySQL, but I'm not a SQL programmer. I think
flat text would be ok, but I don't know.

I've looked at some free guestbook scripts, thinking I could modify one
of them to my needs, but the sticking point is that the list of
volunteers page cannot be viewable by anyone except those who are given
the password by the staff. Many of the scripts I've found offer more
features and customization than is needed for this simple task. The
only "add-on" I would like is some form of anti-spam measure.

Does anyone know of a script that would be useful for these basic
needs?

Thanks,

Steve
What you want to do is very easy, and you can roll your own quickly.
SQL is not that difficult - <http://www.w3schools.c om/sql/has some
good beginner tutorials that should get you started. What you're going
to want is a SELECT, INSERT and UPDATE statements.

I would create two tables, volunteers and staff.

---- Staff ----
id, name, username, password, level_id, added, lastchange
---- Volunteers ----
id, name, address, city, st, zip, phone, fax, email, etc.

Then create a few forms and pages:
1. Form for the volunteers. Post the contents to the Volunteers table.
2. Form for the staff. Verify username and password, then set a
session variable as logged in if it passes, otherwise return to the
form.
3. Page with list of volunteers only accessible if the logged in
session is true. There should be a hyperlink to the actual volunteer,
eg. ?id=123 that goes to a form.
4. Form for modifying volunteers, again only accessible if logged in
session is true. Use the contents of this form to update the Volunteers
table.

There are probably more forms and tables you can make, but this should
get you started.

--
Adrienne Boswell at work
Administrator nextBlock.com
http://atlas.nextblock.com/files/
Please respond to the group so others can share

Jul 28 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
3044
by: karolina | last post by:
Hi, I am making a small registration form about cars in three steps. The first step is to fill in member data. After filled out the member data hit "next" and enter car information. Hit "next" and upload pictures of the cars which is step 3. I have 2 database tables in mysql "member" and "cars". "member" is used in step 1 and "cars" is used in step 2 and step 3. What is proper design of making this work.
0
1737
by: Marcel - IDUG Europe 2005 | last post by:
Dear DB2 user, My name is Marcel Lévy and I'm a member of the IDUG 2005 Europe Conference Planning Committee. ********************************************************************* Mark your calendars and make plans to attend... IDUG 2005 Europe Conference 24-28 October 2005 Estrel Hotel & Convention Center
0
7569
by: Tal Sharfi | last post by:
Hi everyone I recently had the need for StringGrid object same as the one that Delphi has. An object that helps show lists of other objects in a simple grid. I searched the news groups and found none, so, I wrote one and decided to share it with you. It's a very simple one with few functions. I derived a DataGrid and added to it a DataTable to hold the data. The object itself is handling the synchronization between them, because...
1
1215
by: BobAchgill | last post by:
What is needed to set up a home ASP.NET webservice that my VB .NET Win Form application interact with? I want to set up an architecture that will utilize volunteers hosting shadow webservices of my program's data webservice to spread out the load for the many clients. I will do I like the game server programs and determine which volunteer webservice site is fastest/least busy and have the client get data updates from that volunteer...
5
1279
by: Newbie | last post by:
Hi all, Just want to comment on this thread. Seems like every discussion about this matter (setting up DB provider for membership) and all the samples/references given by some MVPs always refering to LOCALHOST in their solution. Aren't they all forget that people build an ASP.NET appl are plans to host their appl in an commercial hosting provider, whom most of them can't afford the fancy of dedicated servers - most of them hosts on shared...
0
1624
by: Wayne Smith | last post by:
I've taken the following code from a developers web site which should allow a user to register and receive an email message with a link to activate their account, but when I click the link on my home page to take me to the 'registration.aspx' page, it throws up the following error message and I can't figure out why. ------------------------------------------------------------------------------ Server Error in '/' Application. ...
7
9455
by: gjoneshtfc | last post by:
Hello I want to search my database for a vehicle registration number but before i can search using the Find Record button i created i have to click in the registration field so that it is that one that is being searched. Is there any way to just click the button and by default it searches the registration field? Or... is there a way where I can get the user to type in the registration number in a text field then click a command button...
3
20849
by: lsmith | last post by:
Dear group, I am the new volunteer coordinator for a non-profit organization in Tucson, AZ. One of my main focuses is to develop our own volunteer pool using either MS Access 2002 or Excel spreadsheets. I've used this software in previous positions and was very comfortable with the software but I'm a bit of a novice in setting up databases. However,I learn quickly. I am looking for something like an Access database template that I can...
1
3081
by: carl2k2 | last post by:
Ok First I have a very simple way of entering data into a form and saving that into a text file, I made two text files for username(text1) and password(text2), I would like to make a simple login with the outcome out this, Code for Registration: Dim savefile As Long savefile = FreeFile() Open "I:\College Work ------- Updated 2008 March\new-work\savedfile.txt" For Output As #savefile Write #savefile, (Text1.Text); (Text2.Text)
0
9666
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10408
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10199
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10139
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9983
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7529
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5551
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3700
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.