I know I can pull individual form elements from the type’s builder into the form mapper as described in the documentation: You can add Symfony FormBuilderInterface instances to the FormMapper. This allows you to re-use a model form type. When adding a field using a FormBuilderInterface, the type is guessed. Given you have a PostType like this: you can reuse