This should be pretty simple, the contact page needs to have a contact form. In Rails there is a way to make whats called a action mailer. Here are a couple of helpful links
http://matharvard.ca/posts/2011/aug/22/contact-form-in-rails-3/
http://guides.rubyonrails.org/action_mailer_basics.html
All that the form needs is a name text field, email text field, a message text area and a send button (submit button) and the email address' all forms should be sent to are
cooterfinger@illbillyrecords.com
and
webmaster@illbillyrecords.com (use in CC section)
This should be pretty simple, the contact page needs to have a contact form. In Rails there is a way to make whats called a action mailer. Here are a couple of helpful links
http://matharvard.ca/posts/2011/aug/22/contact-form-in-rails-3/
http://guides.rubyonrails.org/action_mailer_basics.html
All that the form needs is a name text field, email text field, a message text area and a send button (submit button) and the email address' all forms should be sent to are
cooterfinger@illbillyrecords.com
and
webmaster@illbillyrecords.com (use in CC section)