Survey Introduction page

Ansuman
Tera Contributor

how do i edit this 

Ansuman_0-1665483738562.png

 

4 REPLIES 4

Community Alums
Not applicable

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.

Community Alums
Not applicable

Hi @Ansuman ,

Take a look at the "Surveys and Assessments" Service Portal Widget - ID is take_assessment. :

SandeepDutta_0-1665487968833.png

 

 

 

but as you see the short description is replaced by the REQ number itself how do i show short description

 

Community Alums
Not applicable

You have play with the HTML a bit