Editing Survey and Assessment widget

Anusha dandu
Tera Contributor

Hi,

I would appreciate some help from experts and Guru's of ServiceNow please......

 

We have a customer satisfaction survey that is open with public access, we would like to include/show a new field on the survey page.

Survey page is using "Survey and Assessment" widget to show the survey form........ Within the widget there is an Angular derivate as below in the HTML body which is used to show the survey form

 

<sp-assessment-model form-model="c.data.assessment" is-mobile="isMobile" ng-show="c.showSurveyForm || (!isMobile && data.assessment.is_kiosk_survey)"></sp-assessment-model>

 

entire structure of the survey form seems to sitting behind the angular provider

 

I tried to locate this angular provider and not able to find it..... Please advise where I can find it and how we can edit to include show additional field to the form.... 
 

 

 

 

 

 

2 REPLIES 2

mehling
Tera Contributor

I have the same issue, really wish someone had answered.

Anushadandu
Tera Contributor

Hi @mehling - we had reached out to ServiceNow and they advised it is not possible to update the core widgets and those angulars are not provided.