<input type="hidden" name="data[name]" value="data2" />
<input type="hidden" name="data[value]" value="30" />
<input type="hidden" name="data[count]" value="2" />
<?php if(have_rows('foto') : ?>
<?php while(have_rows('foto') : the_row(); ?>
<? the_sub_field('foto_img') ?>
<?php endwhile; ?>
<?php endif; ?>