I am using Rails 3, and I’m planning to include a contact form on one of my pages.
Is there a gem or plugin for this? I am looking for the simplest solution possible. I’ve tried mail_form but it looks so confusing.
Any suggestions would be very helpful. Thanks in advance!
A contact form is a very simple thing, there is probably a gem for it, but, it would be much easier and less complicated to write one yourself.
Its just a form, with a bunch of fields linked to a controller/model, that can send an email to you.