New Articles

  1. Use Signature Question Later in Survey

    This script will allow you to use a signature question's input later in a survey. Check it out in an example survey ! OR Add a survey with this setup to your account! Setup First set up your signature question. On a following page that you w...
  2. Using Continuous Sum Total in a Merge Code

    There isn't a built in way to use the total of the Continuous Sum question in another question. Fret not! There's a custom script for that! In this tutorial we'll show you how to use a custom script to populate a hidden value so that you can use the...
  3. Show Pages Based off a Drag & Drop Ranking

    In this tutorial we will go over an example script for conditionally showing pages based on the option that is rated highest and/or lowest in a Drag & Drop Ranking question. These steps assume a basic familiarity with SurveyGizmo and programming. C...
  4. Set Default Values For Empty Merge Code

    If you're a fan of merge codes , this simple and handy tool is made handier still by the ability to specify a default value when the merge code is empty! Question Value Merge Code when value is present. Question Value Merge Code when no v...
  5. Calculate Age From Birthday

    This JavaScript will perform age verification based on the date of birth entered in an open-text field. The qualifying age can be set in the script (18 years old, 21 years old, etc.) and if the user is not old enough, they will be disqualified. If t...
  6. Maintaining Randomization Order Across Questions

    In this tutorial we'll show you how to use a script to maintain randomization order for images in Image Choice questions. We'll cover how to do so with image questions on the same page and image questions on separate pages. This script also stores...
  7. Radio Button Grid: Allow One Answer Per Column

    While we have a Ranking Grid question that automatically validates for a single answer per column there are some scenarios where you might wish to apply this type of validation to a Radio Button Grid question. For example, in a Ranking Grid que...
  8. 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...
  9. 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...
  10. Change Please Select In Individual Dropdowns

    Did you know you can customize the default Please Select text used in Dropdown Menus , Dropdown Menu Lists , Dropdown Menu Grids , and Cascading Dropdown Menu question types? You can also translate this text for multi-language surveys. Here's...