Auto-populate the three paragraph in the HTML field type

Rajveer
Tera Expert

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 ?

 

 

 

1 ACCEPTED SOLUTION

yaswanthi2
Giga Sage

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>

View solution in original post

1 REPLY 1

yaswanthi2
Giga Sage

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>