- 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
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
06-20-2019 01:31 AM
Hi
once we did the changes as per you, Is there any impact to generally way of submit the survey on portal(not an email link).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2019 07:14 AM
No impact it will just skip the 1st screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 05:35 AM
This is not working as there is no code on line 12 as c.state=-1;
Please confirm the solution