= sfDynamicsFormGeneratorPlugin plugin = Provide the implementation of dynamic generating form based on the model. Form rendering options are stored in schema.yml and validation information are stored in symfony build in Validation File. Keyword in schema.yml - f_readonly: true, false The field is readonly. Can not be changed in the form. - f_skip: true, false Skip the field. Foreign Key, CreatedAt and UpdatedAt field are skip by default. - f_display_type: date, time, text, checkbox, textfield, image Display type of the field. textfield is the default option. text is rich textarea. Field name id is hidden text field by default. Field type of boolean is a checkbox by default. - f_label: Custom Label for the field. - f_class: Custom CSS class for the field. sfMixer Extensibility sfDynamicsFormBuilder:getColumnField:valueModifier - Modify the value before output. - Parameters: ColumnMap - Object currently processing String - Value of the Column. - Return String to set the value of the column. sfDynamicsFormBuilder:getColumnField:linkCriteriaModifier - Give the ability to modify the criteria used for Foreign Key. - Parameters: ColumnMap - Object currently processing Criteria - Criteria use to filter the query. - Return Criteria.