Allowed html in costume page

Describe the issue or problem
We tried to insert an HTML code in a custom page for inline payment with script in custom herder but it returned with a different code.
Code we want to insert: <a href=“#buy” class=“avangate_button” "product-code=“1” "product-quantity=“1”>Pay now!

Code after saving:

Pay now!
image

I tried to manipulate the allowed HTML

Steps I took leading up to the issue
For example:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

What application are you using?
OJS 3.3.0-11

Hi @Editor_IJIER

You can’t just add your HTML directly to the text box. You’ll need to click the <> button in the tool bar above the text box and enter it there. Otherwise TinyMCE escapes your tags.

Best
Jason

@jnugent I used <> button for inserting the code.