Tokens for accessing survey data
Surveys are displayed at the start of the session and are used to capture information from users. There are three types on survey input: text, check boxes and radio buttons.
The values entered in these inputs can be accessed using tokens.
Text Fields
To use data from a Text Input field, the token format is: {surveyN_text_ID}
To use data from a FirstName text input field on the First Survey Screen, you would use {survey1_text_FirstName}
To use data from an Email text input field on the Second Survey Screen, you would use {survey2_text_email}
Radio Button Fields
To use data from a Radio Button field, the token format is {surveyN_radio_ID}
To use data from a Team Radio Button field on the First Survey Screen, you would use {survey1_radio_team}
To use data from a Color Radio Button Field on the Second Survey Screen, you would use {survey2_radio_color}
Checkbox Fields
To use data from a Checkbox field. the token format is {surveyN_chkbox_ID}
To use data from a Opt In Checkbox field on the First Survey Screen, you would use {survey1_chkbox_OptIn}
To use data from a Marketing Checkbox Field on the Second Survey Screen, you would use {survey2_chkbox_Marketing}

Post your comment on this topic.