-
Last Updated: 06/26/2017
in PHP Functions
This is equivalent to the substr function in PHP. This function returns the portion of string specified by the offset and length parameters. If start is non-negative, the returned string will start at the start position in string, counting from...
-
In this tutorial we will go over an example script for conditionally showing pages based on the option that is rated highest and/or lowest in a Drag & Drop Ranking question. These steps assume a basic familiarity with SurveyGizmo and programming. C...
-
Last Updated: 08/03/2018
in PDF Functions
This function sets the font and style of the given pdf (%%font is "Helvetica" and %%style is "Null" by default). %%font options %%style options 'adobearabic' 'BoldItalic','Italic','Bold' 'adobehebrew' 'BoldItalic','Italic','Bold' ...
-
Last Updated: 06/26/2017
in PHP Functions
This is equivalent to the array_merge function in PHP. Given two arrays this function will append the elements of %%array2 to the end of %%array1 and return combined elements (the array is reindexed).
To see an example or learn more other...
-
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 you w...
-
Last Updated: 06/26/2017
in SurveyGizmo Functions
This function returns an array of the piped values for the given page-piped question.
Example
In the below example, we output the values of question ID 8 which is page-piped from a question on a previous page.
Check it out in an E...
-
Last Updated: 06/26/2017
in PHP Functions
This is equivalent to the sqrt function in PHP. It returns the square root of the value in %%number.
To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation .
...
-
Last Updated: 01/29/2014
in Email Campaigns & Actions
This function sets the content of the TEXT version of a send email action.
Parameters
%%questionID - The ID of the send email action for which you are specifying content.
%%value - The content you wish to use (string).
%...
-
Last Updated: 06/26/2017
in PHP Functions
This is equivalent to the base64_decode function in PHP. It decodes base64 encoded %%data.
To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation .
...
-
Last Updated: 08/28/2017
in PDF Functions
This function returns the output of your pdf. For more info on PHP PDF Creation visit: https://github.com/rospdf/pdf-php/blob/master/readme.pdf Example The below script creates and builds a PDF object, outputs it and adds it as an attachment...