Re: [web2py] recaptcha in LOAD not working

2010-04-05 Thread Thadeus Burgess
It is because recaptcha uses ajax to communicate, and when using LOAD web2py traps all ajax calls, so the recaptcha requests are not making it to the server. -Thadeus On Mon, Apr 5, 2010 at 5:05 PM, selecta wrote: > I tried to use Recaptcha in a LOAD div but I does not work > > The problem i

[web2py] recaptcha in LOAD not working

2010-04-05 Thread selecta
I tried to use Recaptcha in a LOAD div but I does not work The problem is that the page stats reloading when it gets to the div loaded with LOAD where the recaptcha javascripts are in and gets stuck on reloading it controller: ... form = SQLFORM.factory(Field('tag_name')) captcha = None if not au