By Gabriel R. on
Hello,
I've been am scratching my head on this one for a while now...
This view has a NID field, among others. It's content is rewritten to
<input type="hidden" value="[nid]" />
But nothing comes out at the other end.
Any ideas? Writing a field template for this would be overkill.
Comments
filters?
Are there any input filters applied to rewritten field values by default?
Filter it is
The default filter must be active here, the output works fine if the < and > are moved.