Hi Guys,
Basically I want to find a repeater field from the template "stockist" however I am finding this difficult to do so, I read this article on calling reapter fields as a template, can anyone help me on this, my code is as follows;
http://processwire.com/talk/topic/5029-search-specific-repeater-item-and-edit/
<?php
$results = $pages->find("template=repeater_store_left");
echo "<h5>{$results->store_name}</h5>";
echo "<p class='less_padd'{$results->store_address}</p>";
?>
</div>
Thanks Melissa