Copy data from String Field to HTMl with proper format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2022 09:30 PM
Hi All,
I have a String field , which has a defaut value as:-
1.Issue : abc
2.Business Impact : abc
3.Mitigation or actions taken : abc
on submit of this form, its get copied to a HTMl field, but the format is bit different like shown below. Is there any way to change it i want to make issue, business impact bold and want to have few spaces as well .
1.Issue : abc 2.Business Impact : abc 3.Mitigation or actions taken : abc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 03:29 AM
value is copied via BR or UI Action script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 03:51 AM
Yes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 10:18 AM
Then in the script you can use above script. Or you can share script.