-
Last Updated: 06/30/2014
in Email Campaigns & Actions
Our Email Lists allow account administrators to manage contacts for email lists at an account level. This function adds a new contact or updates an existing contact inside of a Contact List (as opposed to an email campaign).
Parameters
...
-
Last Updated: 06/26/2017
in PHP Functions
This is equivalent to the number_format function in PHP. This function can be used to format number entries in your survey.
Parameters
%%value - The number you are formatting.
%%decimals - The number of decimals (default is...
-
Last Updated: 06/26/2017
in PHP Functions
This is equivalent to the implode function in PHP. Given an array of %%pieces it will create a string delimited by the %%glue.
To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation .
...
-
Randomization is a very popular survey tool for eliminating bias introduced by order and/or survey fatigue. Within SurveyGizmo you can randomize questions, pages (or pages in groups) or even answer options! We have a merge code [page("pagepath")] ...
-
Last Updated: 06/26/2017
in PHP Functions
This is equivalent to the strtolower function in PHP. This function returns the given string in all lower case using the PHP function strtolower.
To see an example or learn more other PHP functions and PHP programming, visit PHP Documentati...
-
Last Updated: 06/26/2017
in PHP Functions
This is equivalent to the urlencode function in PHP. Given %%url this function will URL encode it making your links safe.
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 is_null function in PHP. Returns either TRUE or FALSE if the variable passed is null.
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 is_array function in PHP. Evaluates as "true" if the variable is an array.
To see an example or learn more other PHP functions and PHP programming visit PHP Documentation .
...
-
Last Updated: 06/26/2017
in SurveyGizmo Functions
This function renders the entire question including all the HTML associated with both the question title, description and answer options.
Example
In the below example we output the results of sgapiRenderQuestionHTML for the below questi...
-
Last Updated: 06/26/2017
in SurveyGizmo Functions
This function returns the session ID for the current response. Session ID is a unique, randomly generated string used to identify the respondent's survey session.
Example
%%session = sgapiGetRespondentSessionID();
%%output .= %%ses...