I want to put this feedburner email form in my block, but using the filtered HMTL. So can somebody please figure out which tagsdo I need to add to "Allowed HTML tags" in Input Format for the email form to show up.

I put form in the it's allowed tags, but still not showing up. Don't know what else to allow to make the email form show up.

<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com/fb/a/emailverifySubmit?feedId=00000', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="http://feeds.feedburner.com/~e?ffid=00000" name="url"/><input type="hidden" value="Get this feed" name="title"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /></form>

thanks

Comments

forumer’s picture

Can I get some help please??

fourteen40’s picture

Any special reason you'd want to use filtered html? Filters are most useful on forms or where many users are allowed to submit content. The block you are creating is a once off and editing the block should only be available to person with sufficient permissions.

  1. I’d just add a new block (yourwebsite/admin/build/block/add)
  2. Name the block something like “subscribe”
  3. Add a title for the block, something like “Subscribe” (optional)
  4. Paste the Feedburner code into the block body
  5. Check full html as Input format and update
  6. Next decide on block visibility (theme region) and save the changes
dave reid’s picture

Make sure the Full HTML input filter is enabled and use that. Don't add any tags that you shouldn't to the filtered HTML input filter (form, input, etc).

brisath’s picture

A problem with the answers to this question so far, is that it doesn't address the need to allow one or two style element to be allowed for users' to input. In my case, I would like to be able to allow the indent button (style padding) in TinyMCE to work with filtered input. I'm not sure about how to set this up in the "allowed HTML tags" or via some other means.