diff --git a/reference/forms/types/collection.rst b/reference/forms/types/collection.rst index aafa339d19a..536e0da5498 100644 --- a/reference/forms/types/collection.rst +++ b/reference/forms/types/collection.rst @@ -56,8 +56,7 @@ address as its own input text box:: 'type' => 'email', // these options are passed to each "email" type 'options' => array( - 'required' => false, - 'attr' => array('class' => 'email-box') + 'attr' => array('class' => 'email-box') ), ));