Skip to content
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

Should show different error template in case of error #1117

Open
sypets opened this issue Sep 3, 2024 · 0 comments
Open

Should show different error template in case of error #1117

sypets opened this issue Sep 3, 2024 · 0 comments

Comments

@sypets
Copy link
Contributor

sypets commented Sep 3, 2024

Currently, even if we do see a flash message, the same Templates are displayed as in case of success. This may lead to misleading and ambiguous error messages.

Reproduce

  1. Create form
  2. In the last tab, answer page, add some confirmation text, e.g. "Thanks for filling out your form. We will process it as soon as possible"
  3. fill out email in form incorrectly or make is so that mail to sender and receiver cannot be sent

image

result after sending form:

image

More context

Currently, we do not have a good notification and clear messages in case of an error in all cases:

  1. Due to some bugs, flash message is not shown
  2. Even if mail to receiver fails, mail to sender is sent as if everything is ok
  3. Even if flash message is shown, the normal output is displayed as if everthing is ok (see this issue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant