Support

Account

Home Forums Front-end Issues Can\'t display label choices on pages Reply To: Can\'t display label choices on pages

  • that depends on what you mean by different lines. You need to output the correct HTML to separate the values. If you’re using a list

    
    echo '<li>',$label,'</li>';
    

    if you just want a break

    
    echo '$label,'<br />';