Log in

View Full Version : html webpage want to add polls for Succession game



madmatg
10-31-2007, 23:30
anybody here have any experience or knowledge with creating a poll using free stuff, right now html is the only thing we can use with the webpage we are trying to add it to.

what we are trying to do is for a succession game we are doing, we want to have every proposal with its own poll for senatorial voting at the end of each council meeting and if possible would like to be able to have people sign in to verify they are a councilman/senator and have them all on one thread or one webpage so as not to have people going to 20 different threads for voting on multiple proposals.

thanks for looking

alman7272
11-04-2007, 19:55
something like polls would require a server-side script to be run on the submission of the form (which is what the poll would be).

in html, you could do something like:

<form method="get" action="your_script.php">

Choice one: <input type="radio" />
Choice two: <input type="radio" />
...
<input type="submit" value="Submit" />

</form>

But without a script it won't be able to save anything to a database.

Sassem
11-04-2007, 20:34
Thanks for your reply

@madmatg posted this question for me

I'm looking in bravenet and looking for free scripts

But i saw it's gonna be pretty complicated you need also

a php script etc..

maybe some day i manage to make one

:stars: