Hi..
I created a view in which i want to rewrite the output of an field with HTML.
It works if i rewrite it with plain text. Some HTML tags like H1 work aswell. But i want to rewrite the output with checkboxes. This don´t work.

This is the HTML code which i wrote in the textarea:
<input type="checkbox" name="test" value="[nid]">
But no checkboxes appear.

Comments

merlinofchaos’s picture

Status: Active » Fixed

If you want to use form elements you'll need to do your rewriting at the theme level where you have more freedom, I'm afraid.

iterator’s picture

Ok, thank you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

j0k3z’s picture

I have a field that is an image url. I thought I could use the rewrite option to format it as an image but it seems to be stripping the html out, what do I need to do to show the image?