Here's what I want to be able to do:
Create a new entry that becomes a poll. It shows up on my site just like any other entry except that it has the buttons and choices for the poll.
When the user clicks "submit" to cast their vote, a popup window shows up with the current poll results.
Is there any easy way to do this, and a way to make it easy to do everytime? I don't want to have to write pages of customized code each time i want to give my users a poll. PHP would be fine since my main page is in it.