Survey Introduction page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 04:08 AM
how do i edit this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 04:28 AM
Hi @Ansuman ,
From the screenshot it seems like you are using Portal View for your surveys. So, you should check the portal pages "take_survey" and "public_survey" depending on the type of survey you are triggering (you can check the page name in the URL of the survey it will be specified as "id" of the page).
You will see that it uses "take_survey" widget which renders the survey in the portal view.
If you want to change styling / increase the font size of the incident number and the short description, you can do that by adding CSS to the take_survey or public_survey page. Identify the selector for those elements (ID / Class / any other selector) and write CSS which modifies the styling for those elements; hence it won't involve any coding change or modifying any OOB logic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 04:33 AM
Hi @Ansuman ,
Take a look at the "Surveys and Assessments" Service Portal Widget - ID is take_assessment. :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 04:34 AM
but as you see the short description is replaced by the REQ number itself how do i show short description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 04:40 AM
You have play with the HTML a bit