🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

renderSurvey is a tiny, easy jQuery Survey Generator plugin which allows you to dynamically render surveys from a JavaScript object.

Survey

Documentation

jquery-rendersurvey

Simple jQuery plugin to create dynamic, multiple choice survey questions.

How To

  1. Include the jquery.renderSurvey script in your page.
  2. Render a survey inside any element like this:
$('#some-element').renderSurvey({   "question":"What is your least favorite color?",   "answers":[       "Red",       "Green",       "Blue",       "Orange"   ],   "submitUrl":"http://example.com" });

You May Also Like