I have a website based on tumblr - here it is
Whatever I tried to embed mailchimp signup form it never worked. It showed only text fields (email address, name etc) but no input form at all.
Finally I found out that input forms do not work on my blog at all. Even when I try to copy/paste some simple absolutely working example from the html cheat sheet or even copy the easiest from from another site (so my mistakes are not involved) I still see only the names of the fields but not the fields.
For example:
If I paste this code on this page (it's a page for experiments)
<form> First name:<br> <input type="text" name="firstname"> <br> Last name:<br> <input type="text" name="lastname"> </form>
I see only text "First name" and "Last Name" (as you can see on the page). But no input fields. While other html and scripts work pretty well (another submission form made as a script worked perfectly, unfortunately mailchimp doesn't provide this type of forms)
This is real pain in the neck! If anyone can help it'll be really great!
Thanks