Unmapped Form Fields in Symfony

From Littledamien Wiki
Revision as of 06:40, 19 February 2015 by Video8 (talk | contribs) (Created page with "== Objective == Use a form class to build out a form to edit an entity. Add fields to the form to control navigation after submitting the form, for example. These extra fie...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Objective

Use a form class to build out a form to edit an entity.

Add fields to the form to control navigation after submitting the form, for example.

These extra fields don't have equivalents in the entity class. It cannot be used to inspect their values in the submitted form data.