Hello again.
Again and again I’ve a problems with a EE template parser. Now I can’t use custom field as a parameter on pair tag of another custom field.
I use Grid Lite fieldtype and try to pass another custom field to specify row_id of grid.
It looks like:
{grid_field row_id='{row_id_field}'}
<!--content-->
{/grid_field}As a result I’ve got incorrect parsing of this tag. There is some prioritization of template tags parsing?
How can I use one custom field as a parameter of pair tag of another custom field? Why it’s so hard to drive?