Approval description is not having line breaks in service now portal approval form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 02:49 AM
Hi all,
Need your help in displaying the description with the line breaks on the approval form.
Since we dont have option of displaying the description on the approval form, we cloned OOB Approval widget and added the below lines in the body HTML template.
Can anyone please help me with what tags need to be added in html to display line breaks in the description of approval form.
Thank you,
Balaram.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 03:53 AM
Hi @Balaram7 ,
Try <br> tag in HTML to break a line.
I hope this helps!
Regards,
Hemant
**Please mark my answer correct or helpful based on the impact**
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 04:09 AM
Hi Hemant,
Thanks for quick response.
Tried by updating <br> .....</br>tag still no luck.
below is the screenshot.
Could you please guide me the another possible way to resolve this issue.
Thank you,
Balaram.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 04:27 AM
@Balaram7
No need to end <br> tag..
OR
try to create a <div>
<div>{{::task.description.display_value}}</div>.
Thanks,
Hemant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 05:02 AM
Updated Hemant,
Still the issue exists.
Thank you,
Balaram.