News:

Support the VirtueMart project and become a member

Main Menu

Need to use HTML in review form

Started by scriner, March 31, 2022, 07:35:44 AM

Previous topic - Next topic

scriner

Hello evryone.

J3.1 VM3.8.8

I need to make review for products more colorful. But when I try to use html it shows with tags on product page.

I discovered that if I write code with html <p class="alert-danger">review</p> in database it stores like &#60;p class=&#34;alert-danger&#34;&#62;review&#60;/p&#62;

I have found file that is responsible for this form \administrator\components\com_virtuemart\views\ratings\tmpl\edit_review.php but have no sucess to make needed changes.

Help me, please, to solve this problem.