Hi there,
i have a ProFields Repeater Matrix called "Empfaenger" - with two fields "vorname" & "nachname" and for the Item headers {vorname} {nachname} set.
When i create a new "Empfaenger" via the Backend - ist correctly shows me the values of the two fields "vorname" & "nachname".
But when i create a new "Empfaenger" via the API :
$empfaenger = $page->empfaenger->getNew();
$empfaenger->vorname = "Hulk";
$empfaenger->nachname = "Hogan";
$page->save();
The Item header is something like 1. None/undefined ᛫ Showing fields for all types...
See attached screenshot. Why ist that? And how can i avoid this?
Thanks & Cheers
Simon