JDutil / contact_us

Gem providing simple Contact Form functionality with a Rails 3+ Engine.
http://contact-us-demo.herokuapp.com
MIT License
135 stars 57 forks source link

I can not receive success message after send email successfully #42

Closed hoasung01 closed 10 years ago

hoasung01 commented 10 years ago

redirect_to(ContactUs.success_redirect || '/', :notice => t('contact_us.notices.success'))

JDutil commented 10 years ago

Are you sure you are displaying the flash messages on your redirect path? Sorry I really can't help troubleshoot this with the lack of information provided. I just suggest you make sure your displaying the flash messages wherever your redirecting the user to.