Skip to content

Instantly share code, notes, and snippets.

@jclapp23
Created December 15, 2015 15:02
Show Gist options
  • Save jclapp23/67992cfc593079f9f23e to your computer and use it in GitHub Desktop.
Save jclapp23/67992cfc593079f9f23e to your computer and use it in GitHub Desktop.
public function onPreSetData(FormEvent $event)
{
$form = $event->getForm();
$form->add('plainOasPassword', 'text',
array(
'required'=>false,
'label'=>"Oas Password",
'attr' => array('placeholder'=>'Existing value is set, but obscured for security purposes')
)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment