-
Last Updated: 06/26/2017
in PHP Functions
This is equivalent to the array_values function in PHP. Return all the values of an array. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation . ...
-
Last Updated: 06/26/2017
in PHP Functions
This is equivalent to the array_splice function in PHP. Remove a portion of the array and replace it with something else. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation . ...
-
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 ...
-
Last Updated: 06/28/2017
in PHP Functions
This is equivalent to the htmlentities function in PHP. The function converts all applicable characters to HTML entities. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation . ...
-
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...
-
Radio Button Grid questions allow a single selection per row. Sometimes, though you might want to allow a single select for the entire grid. While we don't have a built-in way to achieve this, you can set this up pretty easily with a little JavaSc...
-
Did you know you can customize the default Please Select text used in Dropdown Menus , Dropdown Menu Lists , Dropdown Menu Grids and the Cascading Dropdown Menu question types? You can also translate this text for multi-language surveys. Here'...
-
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 ...
-
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...
-
Last Updated: 06/26/2017
in SurveyGizmo Functions
This function returns the Question ID by the "alias" assigned via the Build Tab. Learn more here .
Examples
The following example will output the Question ID for a question with an alias of "gender question".
%%alias = "gender q...