- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2016 05:45 AM
Hello All,
As per below screen shot you all can see this error message when any mandatory field is not fill, do any one have any idea how to edit this display message when any survey is taken.
Thanks & Regards,
Viraj Hudlikar.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2016 02:04 PM
The UI page called assessment_take2 when the user taking the survey . So navigate to "UI Pages" -> Search by name "assessment_take2" . Open the page and go to the client script .
The function showInvalidFieldsMessage() hold the message that you can edit to show the message as you like .
if (numInvalidResponses > 0) {
var msg = assessableLabel + ' ' + numInvalidResponses + ' invalid response';
g_form.addErrorMessage('There are invalid responses in the following areas:');
You can edit the above error message .
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2016 01:37 AM
summ very perfect thanks once again