- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2018 02:51 PM
how do you configure survey to skip the "Get Started" screen?
we provide a link to the survey in the resolution email. we dont find any value in the "get started" screen.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2018 12:10 PM
You can update take survey widget or clone widget and change below;
On client Script line 12
c.state = -1; change it to c.sate = 0;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2021 10:54 PM
I dont think we need to edit code for achieving this.
If you take a look at code it automatically works if you check these two options on your survey
One Click Survey and
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2025 08:36 AM - edited 07-03-2025 08:37 AM
I wanted to update this thread, because of how popular it is in search.
I came across this scenario, and after diving into the take_assessment page/widget code, I discovered ServiceNow has a way to do this easily.
1. Navigate to "Survey" -> "View Surveys"
2. Use the personalize "Gear" icon to show the "Do no show survey introduction notes" field for your survey definition record
3. Change the value from "false" to "true" will have the effect of disabling the "Get Started" card/button and simply launch into the survey questions.
😎Please mark this as the solution.