Hi Max,
I have a loop action and want to use a loop.value in a PhP file. What is the definition for such a field?
$this->data('filename") does not work. I have tried $this->data("loop3.value.fieldname") no result!
Greetings
Paul
Hi Paul
it should be:
$this->get("loop3.value.fieldname")
You need to login to be able to post a reply.