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
Can I get some help please?
Can I get some help please??
Why filtered html
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.
Make sure the Full HTML input
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).
A problem with the answers to
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.