Does symfony2 have simple button type(not submit or file) for forms?
I looked there(http://symfony.com/doc/current/reference/forms/types.html) and could not find it.
Does symfony2 have simple button type(not submit or file) for forms? I looked there(http://symfony.com/doc/current/reference/forms/types.html)
Share
No. Since you don’t bind data to a button, it doesn’t make sense to have a type for it. Do it using plain HTML.