-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Referer check fails after validation error #14
Comments
Hi, I am getting following error while adding this contact form module.Zend\Session\Exception\RuntimeException File:
Message:
Stack trace:
Thanks & Regards, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This also affects zf2 homepage that use this module.
After any form failed validation, if the form is send again with correct values, the referer check in ContactController->thankYouAction(), redirects to contact again.
This is annoying to users, that don't know if her message was sent.
The text was updated successfully, but these errors were encountered: