NOT removing HTML tags from Bank Transfer gateway textarea field.
Hi,
I read earlier
this interesting tutorial about Payments. I learned a lot, but I was looking for an answer to this question and I didn't find it:
What php file is in charge of removing html tags from Bank Transfer gateway textarea field? I want to implement a command button in the instructions page, the one that appears when the order payment ends. I spent a lot of time coding a beautiful div content with instructions for the user to make a deposit and my command button and I pasted it inside textarea field just to see how all my tags vanished once I clicked Save Changes.
I inspected ../template/order-bank-transfer.php and others php files but I found no JavaScript. I don't know of this behavior is normal or a bug because tags like <strong> are allowed but not others.
Any help?