New Articles

  1. Swap Columns And Rows Of A Grid Question (Vertical Single Choice)

    If you want to display single choice in a Radio Button Grid vertically this JavaScript will do just this but record the data in the same format by row. Check it out in an example survey ! OR Add this survey to your US account or your EU acc...
  2. Deselect a Radio Button

    Once an answer option has been selected in a Radio Button question browsers do not allow for the option to be deslected. That could be troublesome if it was an accidental click with no Other or N/A options, so here is a quick bit of JavaScript tha...
  3. Change Please Select in Cascading Dropdown

    This feature is now available via the Text & Translations   interface under the Messages tab. This JavaScript will allow you to change "Please Select" to the text you prefer on a Cascading Dropdown question. Check it out in an example su...
  4. Hide Other Textbox Until Option is Clicked

    In this tutorial we'll cover how to display an Other Textbox in a Radio Button or Checkbox question only after the associated answer option has been clicked. Many users want their survey to be as clean as possible. Only showing an other field ...
  5. Radio Button Grid: Only Allow One Selection

    Radio Button Grid questions allow a single selection per row. Some customers have requested the ability to allow only a single selection for the entire grid. While we don't have a built-in way to achieve this, you can set this up pretty easily wit...
  6. Radio Button/Checkbox Grid: Make Other Row Fill-ins Required

    Other Textboxes within grid questions do not force a response within the textbox in the row header. This JavaScript will disable and uncheck the row's answer options unless text has been input in the Other Textbox field. Check it out in an examp...
  7. Sum a Column from a Custom Table

    Ever needed to sum the input to a textbox column on a Custom Table?* This script is increadibly easy to add to your survey. The output is displayed to the respondent below the Custom Table. Check it out in an example survey ! Put the script to...
  8. Change Header for Different URL Variables

    This JavaScript will allow you to change your survey's header image via a URL Variable*. This can come in handy if you'd like to show different target audiences different images. In this example, we changed the header to be a different color logo fo...
  9. Prevent Respondents from Selecting Text

    In some circumstances, users do not want their respondents to be able to select text. This tutorial provides some JavaScript to help prevent that. Check it out in an example survey ! OR Add a survey with the setup to your account! Setup On ...
  10. Show a Random Set of Text/Instruction Fields

    You may have noticed that when setting up your survey page to randomly show a set of questions , text/instruction fields are not included! But of course, there's always a way to hack it with some JavaScript, so here we go! Check it out in an exam...