New Articles

  1. Alchemer Functions

    These functions were built to allow you to interact with your surveys to build the exact functionality you want. Question Functions These are functions that allow you to evaluate and affect survey questions. For example, sgapiGetValue, sgapiS...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. Combining Sums from Two Continuous Sum Questions

    Ever needed to add the totals from one or more Continuous Sum question on the same page?* This script is increadibly easy to add to your survey. The output is displayed to the respondent in a Text / Instructions field. Check it out in an ...
  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. Add N/A Option to Multi Image Select Question

    The image selection question does not allow you to have an N/A Exclusive option. This tutorial will walk you through adding an exclusive option where no other images can be selected if the N/A option is selected.  Check it out in a survey here:  C...
  9. Disable Radio Button Once Option is Selected

    While we do have a built-in feature that will hide a question once it is answered . This JavaScript will allow you to still display the question but not allow changes. It works with Radio Button questions and Radio Button Grids .   Check it out...
  10. Set Max Answers to Checkbox Question Dynamically Based on Previous Question Answer

    Often survey builders wish to set the maximum answers a respondent can provide to a checkbox question dynamically based on the value entered in a previous Textbox question. You can achieve this, both for Checkbox questions on the same page and later...