Editing Survey and Assessment widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 02:24 AM
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....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 07:07 AM
I have the same issue, really wish someone had answered.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 08:25 AM
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.