Jump to content

Textarea input field not providing the source of what I input but an unstylized text


Recommended Posts

Hey there,

I'm making a module to display something on the FO, this the content of my inputfield in the 'Configure' module area: 

<h1>This is some custom text</h1>
<p></p>
<p><strong>Strong text</strong></p>

And it results to:

image.png.e8747831c2916032d19c02d7f1506a33.png

After I keep that in the Configuration::updateValue as usual and I feed it to smarty to be used in my template.

{if (isset($promotionbanner_description))}
  <div class="description">
    {$promotionbanner_description}
  </div>
{/if}

But in the FO it looks like that:
image.png.a6f2e4dd32505cea8f1e9c9542aa032b.png

even though it looks like that in the BO after I saved:image.thumb.png.1e633ed21da3718acce0108bcd27a520.png

Any idea for my FO to display the stylized text as it is rendered in the BO.

 

Thanks in advance,

Padrox

image.png

Edited by Padrox (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...