Hi all,
I have been trying to get the fields of a given page, and that page can also contains repeaters - which have their own set of fields.
Retrieving all fields was relatively easy, but I am not sure how to iterate through the fields of a repeater. As the below code is meant to be expanded to more than just one page, I also don't know the names of the repeaters fields.
This is what I have come up with so far:
<?php
// bootstrap Processwire
include("./index.php");
$languagePage =