Skip to main content

Settings

Password

Establish a password so that only individuals with it can access the survey.


Single vote

Enable respondents to vote only once, meaning if the same respondent attempts to respond again, they will only be able to edit their answers.


Language

When a respondent views your survey, Told will detect their browser language and display the survey in the corresponding language if it matches one you've set.

If none of the available languages match the respondent's browser language, the survey will default to the default language you've specified.

However, you have the option to manually select the desired language to display.

Add the variable “toldLanguage” to your link followed by it’s value.

Note: The language should be in the format: EN, not en-US.

https://app.told.club/survey/XXXX/voting?toldLanguage=es

Hidden fields

It allows you to include by hand or programmatically personal data from respondents in the report.

In the URL, you can include as many key-value pairs as you want.

The pattern should always follow the same structure.

The first key should start with a "?" character, while subsequent keys should begin with a "&" character.

https://app.told.club/survey/XXXX/voting?key1=value1&key2=value2
https://app.told.club/survey/XXXX/voting?name=toto&number=1

Test in preview

You can test your survey in preview mode by adding a parameter to the URL.

Responses made in preview mode will not be included in your survey reports.

https://app.told.club/survey/XXXX/voting?preview=true