replace:"\n":"<br />"}

{$send_data.notes|replace:“\n”:“
”}



Why this replace:“\n”:“
” don't work in 4.x?

All content in textarea are display inline block in my email



Any help?

You might try {$send_data.notes|nlbr} instead. Not familiar with the smarty replace modifier

Solution:



remove the {strip} text {/strip} from your textarea



and change to {$send_data.notes|replace:“\n”:“
” nofilter}