genemu / GenemuFormBundle

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

Captcha GD #325

Open freiyer opened 10 years ago

freiyer commented 10 years ago

Hello and thank you first for your great work with this bundle.

Here is my issue. I'm trying to use the GD captcha. I've added a captcha field in my formType using captcha type.

The captcha is well generated. When I try to use it with my form and making an error on purpose the error text appears but the process of my form continues and it generates emails and stuff. Is there a token to retrieve or something to deal with this "wrong state" of the captcha to include it in my process and stop doing things if the captcha given is wrong ?? Can't see it in the request. I'm I using it wrong ?