Updated Articles

  1. Update Hidden Values if Answers Are Changed

    By default, hidden values do not update when respondents go backwards in a survey and change their answers. One way to solve this problem is to remove the Back button on a survey, but that still doesn't ensure that they can't click Back on t...
  2. Update Hidden Value If Question Answers Do Not Match

    We have a feature that will verify two textbox questions on the same page match (Example: Verify that the respondent enters the same email address twice).  This code snippet is used to check to see if the answers to any two questions in the ...
  3. Performing Basic Math Using Scripting: Add, Subtract, Multiply, and Divide

    Do you need to perform basic math within a response? You can do so using our custom scripting. Because our scripting language is based on PHP any of the operators that are available in PHP are available in our scripting language, and thus, in our su...
  4. Store Past or Future Date and Time

    Ever want to use a future or past date dynamically in a survey? We have just the workaround for you! In this tutorial we will cover adding or subtracting time to/from the current date.  Check it out in an example survey OR Add...
  5. 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 ...
  6. 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 y...
  7. Disable Right-Click In A Survey

    There might be an instance where you want to disable the right-click functionality in a survey. If so, here's a quick piece of JavaScript you can use! Please note that respondents could still use keyboard shortcuts or menu options, this will onl...
  8. Record Time Spent On Page or Survey In Milliseconds

    We have a way to record time spent on page in seconds within a Hidden Value. If you wish to be more precise by recording the time spent in milliseconds you can do so with a little bit of JavaScript! Add a survey with these scripts to your a...
  9. Show a Number of Randomly Selected Pages from a Survey

    As part of our core randomization options you have the ability to display X number of random questions on the page. Unfortunately, there is not a built-in way to do the same with pages in a survey. Never fear! We'll cover the steps to use a pret...
  10. Show a Number of Randomly Selected Rows from a Grid

    As part of our core randomization options you have the ability to randomize columns and randomize row order in a grid question. Unfortunately, there is not a built-in way to only randomly show a subset of the rows in your grid question. Never fear! ...