Viewing 1 replies (of 1 total)
  • I had this problem as well. I solved it by changing the line
    $values[] = self::prep_field_for_display($participant[$column->name], $column->form_element);
    in participants-database.php (plugin version 1.4.4) to:
    $values[] = nl2br(self::prep_field_for_display($participant[$column->name], $column->form_element));
    (just adding the nl2br() function) In order to output html line breaks on the List Participants page. Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Participants Database] Textarea formatting’ is closed to new replies.