I stumbled upon this website for creating surveys – Opinion Power. It is super easy and super quick to do. It even generates the code for newbies, so you basically just copy paste the code. Opinion Power hosts the responses for you. Pretty cool. Here is the sample one I just created in 30 sec:
Code you get via e mail:
<!-- Begin Cut and Paste into your web page -->
<form method=POST action="http://www.opinionpower.com/Surveys/665021067.cgi"><B>Blloger demo</B> <P>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="85%"><TR> <TD><BR>Blogger test, please answer the survey to verify it works.<BR></TD> </TR></TABLE>
<BR><BR>
<B>1. </B> This was a useful post.<SELECT Name="eitherOr-1">
<OPTION VALUE="0"> Choose One
<OPTION VALUE="1"> I agree
<OPTION VALUE="2"> I disagree
</SELECT>
<BR><BR><BR>
<B>2. </B> On a scale 1 (lowest) - 10 (highest) how do you like geekswithblogs.com<SELECT Name="selectionList-2">
<OPTION VALUE="0"> Choose One
<OPTION VALUE="1">1
<OPTION VALUE="2">2
<OPTION VALUE="3">3
<OPTION VALUE="4">4
<OPTION VALUE="5">5
<OPTION VALUE="6">6
<OPTION VALUE="7">7
<OPTION VALUE="8">8
<OPTION VALUE="9">9
<OPTION VALUE="10">10
</SELECT>
<BR><br><table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="85%"><tr><td><input type=submit value="Done!"></td></tr></table><input type=hidden name='id' value=665021067> </FORM>
<!-- End Cut and Paste -->
And this is how it actually looks:
1. This was a useful post.
2. On a scale 1 (lowest) - 10 (highest) how do you like geekswithblogs.com
Now, I wouldn’t exactly do some mission critical survey this way, but if you need something really quick and dirty, this is the way to go. Anyways, I hope I helped some of you who code for fun J