Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2009 at 12:58 UTC
Updated:
4 Aug 2009 at 22:34 UTC
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
Comment #1
merlinofchaos commentedIf 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.
Comment #2
iterator commentedOk, thank you.
Comment #4
j0k3z commentedI 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?