I have created the form in Symfony 1.4/Doctrine) that is generated from the schema i can manipulate the field labels, the validation, modifying the widgets to get data from the db and can generate a new filed that is not in the schema.
The problem is the form is generated by $form variable and the the new field i create is at the bottom of this set of fields. How do i insert it somewhere in the schema generated fields.
Note . All i want to do is have Password and Confirm Password. Password is onviously in the schema but Confirm Password is not.