continue to implement form customer

This commit is contained in:
Manuel Raynaud
2013-07-01 16:27:43 +02:00
parent 62a3dc3074
commit b820afa945
2 changed files with 52 additions and 4 deletions

View File

@@ -68,12 +68,14 @@ class CustomerCreation extends BaseForm
->add("zipcode", "text", array(
"constraints" => array(
new Constraints\NotBlank()
)
),
"label" => "zipcode"
))
->add("country", "text", array(
"constraints" => array(
new Constraints\NotBlank()
)
),
"label" => "country"
))
->add("password", "password", array(
"constraints" => array(