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

    (@benimation)

    I found it!

    I changed line 512 in wpuf-functions.php to:
    $extra .= sprintf( '<li><label>%s</label>%s</li>', $field->label, make_clickable( str_replace("\n", "<br/>", $meta) ) );

    It basically replaces all \n characters to </br>
    I also removed the colon, which was in front of it.

Viewing 1 replies (of 1 total)
  • The topic ‘Insert paragraphs/enters into custom fields’ is closed to new replies.