Hi,
I am using Apex 4.2.5 in oracle 11g
I have to send email to people in a tabular form.
I have my tabular form with table header and data from table in a text area item.
The content of the text area is in the before header PL/SQL block.
when i run the page, it is giving the result with html tags in the text area. I don't want the tags in the text area field.
I can send the mail successfully in table form. Please help me to figure out to get rid of the html tags from the text area when the page is run.
Any changes i have to do in the security area of the textarea item?
Thank you