I can\'t seem to get specific data from an array inside an object.
$this->fields->adres gets the address correctly, but i can\'t get a level deeper.>
$this->fields->adres
Fields and province are both arrays, you should be trying $this->fields["province"][0]
$this->fields["province"][0]