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

Gabriel R.’s picture

Are there any input filters applied to rewritten field values by default?

Gabriel R.’s picture

The default filter must be active here, the output works fine if the < and > are moved.