I use Symfony 2.1 for the project and FOSUserBundle for user management.
I am trying to set up a password form for a change and I cannot display error messages. In fact, when the input is mistakenly filled, an error message is printed between the label and the input (with the list structure). But I like to display it after typing or below.
In addition, I would like to display the password change form on the settings page, so I need to display some other forms. How can I integrate this form into the exact location on the page?
Thanks in advance, Valentin
source share