Symfony2: Could not load type "MyType" Symfony2: Could not load type "MyType" symfony symfony

Symfony2: Could not load type "MyType"


You have register your form in the section services of your config.yml

services:   my_type_form:      class: sf\MyTypeBundle\Form\MyType      tags:         -  { name: form.type }

Then you can call it from your controller with the name "my_type_form".