- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 08:45 PM - edited 10-16-2023 11:07 PM
Hello Expert,
I have HTML field type, want to auto-populate the three paragraph in the HTML field type. When i tried to use default value to show the three paragraph ,it's shown all in one paragraph .How i can achieve this requirement ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 10:11 PM - edited 10-16-2023 10:12 PM
Hi @Rajveer you can use <p></p> tags for the paragraphs in default value. so it will show line by line.
eg: <p>your paragraph here</p>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 10:11 PM - edited 10-16-2023 10:12 PM
Hi @Rajveer you can use <p></p> tags for the paragraphs in default value. so it will show line by line.
eg: <p>your paragraph here</p>