• hi,
    Can I disable the conversion of characters to entities?
    I made a template in which I needed to have characters on my entity (my-filed-name) or all the changes. The {my-filed-name} variable is an html table.

    [cfdb-html form = “ENTER LIMIT / POST PHONE” show = “your name, your-receive, my-filed-name, phone, your email, byte” role = “Administrator”]

    <div class = “your-headline-style”>

    • $ {your name} $ {your-name} </ strong> </ li>
    • $ {phone} </ li>
    • $ {your-email} </ li>
    • $ {bytem} </ li>
      </ ul>
      </ div>

      <div class = “your-content-style”> $ {my-filed-name} </ div>

      <hr />

      [/ cfdb-html]

      Best regards

      Mitchi

Viewing 1 replies (of 1 total)
  • Thread Starter mitchis

    (@mitchis)

    Solved:

    file ExportToHtmlTemplate.php

    replace this
    $replacements[] = htmlentities($this->dataIterator->row[$aCol], null, ‘UTF-8’);
    for
    $replacements[] = $this->dataIterator->row[$aCol];

Viewing 1 replies (of 1 total)
  • The topic ‘cfdb-html disable entity decode’ is closed to new replies.