Support

Account

Home Forums Add-ons Repeater Field Repeater field is not displaying in frontend Reply To: Repeater field is not displaying in frontend

  • Old question, but if you have not solved this, the issue is that you need to supply the post ID in both the if and while statements

    
    if( have_rows('casino_data', 'option') ):
    
    while( have_rows('casino_data', 'option') ):