how to avoid storing several times a repeated field of a Symfony form?
- by user454760
Hello everybody,
I am working with Symfony 1.4 and Doctrine. I have a model A with an email field. The form of A displays an input in which the user should insert the email correctly. But as everybody knows, sometimes they don't do it.
To fix this I have inserted an extra field in the model (and in the form), called *repeat_email* to prevent the…