-
Many users like to use our default answer feature to pre-populate their survey. Often they wish to make this field appear as read only so that the respondent cannot change the answer. While this is not a built-in feature, we do have some easy-to-u...
-
If you have a need to alphabetize your answer options, say, for instance, you have a list of states or countries we have a handy feature that allows you to set your answer options to alphabetize . This works to alphabetize answer options in Radio B...
-
When you have survey pages with open text fields, it's possible for a survey respondent to submit the page by accidentally pressing the Enter key before completing their response. With this bit of code, you can ensure that won't happen! Place this ...
-
While we have a built-in feature to change the text of the Back, Next, and Submit buttons for the Back and Next buttons you may not wish to change the text on every page. You can change the text of a Next and Back buttons on a per-page basis with ...
-
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 only di...
-
This JavaScript will hide the back button on that page that it has been placed on. In the example survey below the back button is hidden on the third page.
Check it out in a survey:
http://survey.alchemer.com/s3/2037880/Remove-Back-Butt...
-
We do not have a built-in feature for making an image disappear after a certain amount of time. This JavaScript will allow you to only show an image for a certain amount of time. Check it out in an example survey ! OR Add a survey with this s...
-
In support we get asked if we can have the back button target a specific page. Though this is not a built-in feature, we do have a script for that! In our survey below if you click the back button you will be sent to the Thank You Page. Check it o...
-
Created On: 08/08/2020
Working JavaScript Example documentation currently exists within our new custom scripting resource site. Follow the link below: Working Examples of JavaScript ...
-
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 surve...