Support

Account

Home Forums Add-ons Repeater Field Using a repeater field in a for loop Reply To: Using a repeater field in a for loop

  • Actually, no, I don’t. Try outputting the value of the field to see what it is

    
    <?php $rating = the_sub_field('star_rating'); 
    echo '<p>RATING = '; var_dump($rating); echo '</p>';