I scratch built this contact form, leveraging the Mandril API to process the email.
That little monkey to the left is their logo.
I built the form with the form_tag Rails helper, HAML for the HTML and Foundation for the styling.
The form params are shipped off to the ContactFormController#create.
From there, I pass the params to my "contact_form_email" ActionMailer. Easy peasy!