Survey status: draft and live
Every survey starts in draft status. While in draft, the survey is not accessible to respondents — the public survey URL returns an error. When you are ready to start collecting responses, change the survey status to live from the Settings tab.Getting the survey link
The survey link is automatically generated when you create a survey. To find it:- Open the survey in the Survey Builder.
- Go to the Settings tab.
- The shareable URL is displayed in the survey configuration section. Click the copy icon to copy it to your clipboard.
https://app.smartinterview.io/{locale}/{survey-id}/
The {locale} segment sets the language for the survey interface (en, fr, or de). If you need to distribute the survey in a specific language, use the appropriate locale prefix in your link.
Embedding the survey on a website
To embed the survey in a page on your website, use an<iframe> element:
If your survey includes vocal questions or smartquestions, include
allow="microphone" in the iframe tag. Without this attribute, browsers will block microphone access and respondents will not be able to record audio answers.URL parameters for pre-filling respondent data
You can pass data about each respondent through URL query parameters when you share the survey link. Smartinterview reads these parameters and makes them available for display conditions and return URL templates. For example, to pass a respondent’s identifier and their panel segment:Using user_id for respondent tracking
If you enable Include user ID in URL in the survey settings, Smartinterview uses the user_id parameter from the URL as the respondent identifier for that session. This is useful when distributing surveys through a panel that provides a unique respondent token.
Set a fixed user_id in the settings if you want all respondents to share the same identifier (for testing or kiosk deployments). Leave it blank to use the value from the URL.
Configuring the return URL
After a respondent completes the survey, you can redirect them to a URL of your choice. Configure this in Settings → Survey configuration → Return URL. The return URL supports template variables that are replaced with actual values at redirect time:| Template | Replaced with |
|---|---|
{{user_id}} | The respondent’s user ID (from the URL parameter or session) |
{{non_empty_count}} | The number of non-empty answers the respondent submitted |
{{field:Q1}} | The respondent’s answer to the question with ID Q1 |
Viewing and exporting responses
Responses are accessible from the project view:- Navigate to Projects and open the relevant project.
- Go to the Data section and select Survey responses.
- You can view individual responses, filter by date or status, and export the response data.
Linking responses to Pulse Classifier
If your survey includes open-ended text or vocal (transcribed) questions, you can send those responses directly to Pulse Classifier for topic coding and analysis without exporting and re-importing data.Go to Codification
Click the Codification section and select Survey as the data source (instead of File).
Select the survey question
Choose the survey and the specific question whose responses you want to classify. Smartinterview lists all text and vocal questions with response counts.

