Skip to content

Instantly share code, notes, and snippets.

@wrburgess
Created February 17, 2014 05:29
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wrburgess/9045226 to your computer and use it in GitHub Desktop.
Save wrburgess/9045226 to your computer and use it in GitHub Desktop.
Mailchimp Embedded Email Form in Haml
%form.form-inline#mc-embedded-subscribe-form{ action: "[sign_up_url]", method: "post", name: "mc-embedded-subscribe-form", novalidate: "", target: "_blank"}
%input#mce-EMAIL.required.email{ name: "EMAIL", type: "email", value: "", placeholder: "email"}/
%div{ style: "position: absolute; left: -5000px;" }
%input{ type: "text", name: "[hex_code]", value:"" }
%input#mc-embedded-subscribe{name: "subscribe", type: "submit", value: "Subscribe" }/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment