The CreatorCon Call for Content is officially open! Get started here.

Change the "you have completed this survey" message

curtishampton
Mega Contributor

Hi,

We would like to change the message in the green bar at the bottom after you take a customer survey.   Currently it say "You have completed this survey".   Does anyone have any idea where this is?   The following thread is also out here with no resolution:

https://community.servicenow.com/thread/205661?q=You%20have%20completed%20this%20survey

8 REPLIES 8

On Geneva



find_real_file.png


danielnagy
Giga Contributor

I have a clue:



Go to "UI Pages" -> "assessment_take2" -> Check here the HTML textbox.



Here you will find:



find_real_file.png




and this:



find_real_file.png


Ricardo46
Kilo Contributor

You have to change the Message "You have completed this {0}" in the assessment_take2 UI Page and also in assessment_thanks UI page and then you can add your own custom message.

Community Alums
Not applicable

Goto Application Navigator > ui pages > search for assessment_thanks 

in HTML Script > search for - You have completed this {0} 

line no 13       :       gs.addInfoMessage(gs.getMessage('Your desired message.', evaluation_type));

 

Do like this , if it helps :).