QuickPoll CFC The license for this application may be found in the quickpoll.cfc file. If you enjoy this product, please consider visiting my wishlist: http://www.amazon.com/o/registry/2TCL1D08EZEYE ----------------------------------------------------------------------------------------------------------------- Last Updated: March 2, 2006 (1.0) Many many changes, almost all by Mark Mazelin (markmazelin@gmail.com) Modified the test.cfm to actually output xhtml code, complete with the html/head/body tags. Updated the test.cfm to remove my e-mail address and put in a generic one. The getXXX methods are now public (where it makes sense) Added the rows and cols attributes to the textarea for xhtml compliance (they are required attributes). Added XHTML 1.0 Transitional compliance by adding end slashes to the input and br tags Ability to send html e-mail Udated error handling to highlight required questions that were not answered Updated error handling to use unordered list and allow a css-styled error box Added label tags to the questions/answers (which also includes adding id attributes to those the input tags) End of Mark's changes. Added support for hidden question type. Added support to pass in initial value for questions.