The documentation explains how to do it in the template: http://symfony.com/doc/current/reference/forms/types/submit.html#label but how can we do it from the controller? I have a Form Class where the submit button is created with a 'label'. Now I need to customize that label from different controller actions.