Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple selection poll

Status
Not open for further replies.

robman22

Programmer
Nov 28, 2000
12
CA
I'm trying to create a poll using checkboxes that will
allow the user to select more than one item.
From there I want to display the results and total number
of "votes" as done in a regular single selection poll.
Any ideas.

Thanks.
 
using an id system for each answer.
use a checkbox system instead of radio.

and update the values that arent null.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top