I added a "subscribe" link to mysite/mailchimp/subscribe. The page renders properly for authenticated users, but anonymous users see the underlying HTML prior to the input form. See http://www.sterndata.com/mailchimp/subscribe
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | logged-in.png | 14.86 KB | sterndata |
| #2 | logged-out.png | 22.43 KB | sterndata |
| Selection_001.png | 22.23 KB | sterndata |
Comments
Comment #1
levelos commentedThe list description field is text only, it's not supposed to have markup and is correctly escaping it. We could explore changing that, but it'd be a feature request.
Comment #2
sterndata commentedBut... but... it works when the user is logged in.
See the attached images.
Comment #3
roborracle commentedI'll chime in as one who thinks this should editable with html mark up. Just doesn't make any sense that it doesn't.
Comment #4
roborracle commentedComment #5
levelos commentedAh, found it. The description string is translated, but I was using @description rather than !description.
http://drupal.org/commitlog/commit/5104/97c82e5de2ca909960e109b80a817f1a...