FieldNameFromPathViewHelperΒΆ
Converts the field name path 1.group.field to field name [1][group][field].
Example Code:
$view->assign('fieldNamePath', '1.group.field');
And in the template:
{fieldNamePath -> formhandler:fieldNameFromPath()}
Which returns:
[1][group][field]