Viewing 1 replies (of 1 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    Sorry for the big delay, unfortunately the only way to do that would be to tweak the plugin if you are using a dropdown (i guess is a select box?) you need to customize the file smart-forms\string_renderer\rednao_select_renderer.php. Exactly in this line:

    htmlspecialchars($entry["value"]);

    You need to change it for whatever you want, perhaps something like this:

    str_replace(',','<br/>',$entry["value"])

    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘List with in received email’ is closed to new replies.