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

CommentFileSizeAuthor
#2 logged-in.png14.86 KBsterndata
#2 logged-out.png22.43 KBsterndata
Selection_001.png22.23 KBsterndata

Comments

levelos’s picture

Status: Active » Closed (works as designed)

The 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.

sterndata’s picture

StatusFileSize
new22.43 KB
new14.86 KB

But... but... it works when the user is logged in.

See the attached images.

roborracle’s picture

I'll chime in as one who thinks this should editable with html mark up. Just doesn't make any sense that it doesn't.

roborracle’s picture

Status: Closed (works as designed) » Needs work
levelos’s picture

Status: Needs work » Closed (fixed)

Ah, found it. The description string is translated, but I was using @description rather than !description.
http://drupal.org/commitlog/commit/5104/97c82e5de2ca909960e109b80a817f1a...