genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 265 forks source link

How custom captcha "invalid_message"? #410

Open cbacelar opened 8 years ago

cbacelar commented 8 years ago

Hi,

It shouldn't work?

>add('captcha', 'genemu_captcha', array(
    'mapped' => false,
    'invalid_message' => 'Código inválido',
    'label' => 'Insira o código de validação',
))

I'm still getting "The captcha is invalid."

Can someone help me?