230 South Washington Street
Limestone Business Park – Unit #20, Plainville, CT 06062
// check if the repeater field has rows of data
if( have_rows('service_detail') ):
?>
$i=0;
// loop through the rows of data
while ( have_rows('service_detail') ) : the_row();
?>
$i++;
endwhile;
?>
endif;
?>