add('phone', TelType::class, array('attr' => array('placeholder' => 'Your phone'), 'constraints' => array(new NotBlank(array('message' => 'Please provide your phone'))))); } /** * {@inheritdoc} */ public function getName() { return 'rapsys_air_register'; } }