Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.
Just going to bring this thread back to life as I'm still interested as well. Has anyone else successfully set up a contact form on their Simplelog site?
the three most likely possibilities are:
getting other eyes on the code you have for 1 and 2 would probably help you. maybe a link to the contact form?
map.connect '/contact_submit', :controller => 'contact_mailer', :action => 'create', :method => :post<form action="/contact_submit" method="post" accept-charset="utf-8">
<label>Name *</label>
<input type="text" id="f_contact_name" name="contact[name]" />
<label>Email Address *</label>
<input type="text" id="f_contact_email" name="contact[email]" />
<label>Message *</label>
<textarea name="contact[comment]" id="f_contact_comment"></textarea>
<input type="submit" name="submit" id="submit" value="Submit" />
</form>