Text Formula Result In Separate Rows

I'm working with text formulas and trying to combine fields that include name, address, phone and email address but the result is displayed as single line. Is there a way to have the results displayed in multiple rows?

Result: John Smith 123 Main St, Austin, TX 78748

would like to have displayed as:

John Smith

123 Main St

Austin, TX 78748

Thanks for the help

Hi Antonio:

Hope you speak spanish maybe we can share tips of knack contact me galleluisgera@gmail.com I live in Chihuahua. Mexico.

Regards!!!

Hi Brad,

That worked perfect. Thanks for your help and quick response.

Tony

Try a <br> tag to add a line break in the text formula.

So it'd be something like:

{Name}<br>{Address}<br>{phone}<br>{Email}