Hi All,
I had created a text area in front end application and when the user submits button i will be sending the text are entered information will be captured in mail. Every thing looks fine what data is entered is captured in email but in fornt end application i have data as paragarph but in mail i am bale to see the content as not paragraph but as enter as sentence.
How we can show what entered in text area is captured similar in mail with out a sentence but should be visible as paragaraph.
Hera is a scenerio for the same
--
I have enter the following lines in front end as
Who: Gabriel Gonzalez Laguna (Director, LNG Trading & Origination), Aravind Mohan (Analyst, LNG Origination & Structuring)
Where: Alex Froley, Geraldine Anderson, Chloe Hang
but in mail it showing as enterily as a single paragarph insted of multile paragaraphs.
--
Who: Gabriel Gonzalez Laguna (Director, LNG Trading & Origination), Aravind Mohan (Analyst, LNG Origination & Structuring) Where: Alex Froley, Geraldine Anderson, Chloe Hang.
How we can over come this problem.
In Mial i had used like this syntax#
--
'<p><b> Notes:</b> '||:P1_NOTES||'</p> '||
Thanks,
Anoo..