how do you configure survey to skip the "Get Started" screen?

kcf
Tera Expert

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. 

1 ACCEPTED SOLUTION

Mike Patel
Tera Sage

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;

View solution in original post

6 REPLIES 6

Mike Patel
Tera Sage

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;

Community Alums
Not applicable

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).

No impact it will just skip the 1st screen.

This is not working as there is no code on line 12 as c.state=-1; 

Please confirm the solution