Hello,
is there any way how to display future rows only, 3 of them from today, from sorted repeater field by date row ? (http://www.advancedcustomfields.com/resources/how-to-sorting-a-repeater-field/)
Thank you a lot!
You could sort them by following the how to page you linked to and then loop through the results and test them to see if they are >= today and only output them if they are.