Results 1 to 3 of 3

Thread: html webpage want to add polls for Succession game

  1. #1
    Gisgo Governer of Ippone Member madmatg's Avatar
    Join Date
    Dec 2005
    Location
    USA
    Posts
    300

    Default html webpage want to add polls for Succession game

    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

    Phil 2:9-11 Phil 4:4

  2. #2

    Default Re: html webpage want to add polls for Succession game

    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.
    Last edited by alman7272; 11-04-2007 at 19:58.

  3. #3
    Sassem Member Sassem's Avatar
    Join Date
    May 2007
    Location
    in the land of FIGHTING WINDMILLS
    Posts
    521

    Default Re: html webpage want to add polls for Succession game

    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


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO