Hey guys,
I have a repeater field called "products", which I use in a template called "series". There are several pages with the series template.
Now i'd like to make an ajax call to get all repeater items from the series pages, which works fine as long as I am logged in.
When I am logged out, this does not work:
$pages->find("template=repeater_products");
Any idea why?
Thanks,
Tom