Seems django simple captcha has problem with form wizard which is used for OrderForm, right? Here is issue link: https://github.com/mbi/django-simple-captcha/issues/6
So, anyone has suggestion to fix this? or better idea to make captcha when checking out? Thanks. Wesley 在 2014年10月21日星期二UTC+8下午8时32分25秒,Wesley写道: > > Hi all, > I hit a problem when setup site upon Cartridge. > Currently I wanna generate captcha during checkout steps. > So,after a while's google work, I find > https://github.com/mjtorn/mezzanine-captcha. > Follow the installation, I setup the test env, and, add captcha field to > OrderForm like > wni_captcha = captcha.fields.CaptchaField() > > Then, run the server, everything is OK and captcha image displays > correctly. > > However, when I enter the right characters, the form always raises captcha > validator error:-( > > Anyone hit before? > Or any better way to make captcha? > > Thanks. > Wesley > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
