Describe the bug
As a user when trying to sign up if I do an error while filling the form, when I click on "Sign up" the page reloads with no error message at the top so I have to scroll to understand what happened (which users do not always do).
To Reproduce
Steps to reproduce the behavior:
- Go to meta.decidim.org
- Click on 'Sign up'
- Fill the form and type 2 different passwords on purpose
- See the page reload from the top
- See no error message
Expected behavior
As the page reloads from the top I'd like to have a message explaining that I need to review my input on the form especially the ones highlighted in red.
We found on decidim-design a component to signal error in forms :
https://decidim-design.herokuapp.com/public/form-validation

Should this or use the flash callouts that take the whole width of the page and are positioned right below the navbar ?

Describe the bug
As a user when trying to sign up if I do an error while filling the form, when I click on "Sign up" the page reloads with no error message at the top so I have to scroll to understand what happened (which users do not always do).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
As the page reloads from the top I'd like to have a message explaining that I need to review my input on the form especially the ones highlighted in red.
We found on decidim-design a component to signal error in forms :

https://decidim-design.herokuapp.com/public/form-validation
Should this or use the flash callouts that take the whole width of the page and are positioned right below the navbar ?
