On Wednesday, 5 March 2014 21:56:49 UTC+11, Paolo Valleri wrote: > > Hi, > Is it working without placing it in a component? > have you tried to disable the facebook plugin? I'm just wondering if there > is a correlation between the two. >
I removed the facebook plugin but it made no difference. Yes, it works when not in a plugin. The generated code is very different between the working example and the LOAD. It seems that the Google javascript for recapture is not being executed when LOAD is used. When it works (no LOAD) there is a quite of lot of injected code which is not present in the LOADed component. In Firebug, I'm told to "reload the page to get source for http:..www.google.com/recpatcha/..." so the <script> tag in the view by web2py isn't actually working in LOAD The best thing would be to get recaptcha working in a LOAD(ajax=True) component. Google has an ajax interface to recaptcha. I couldn't get it working but this is probably the best solution. Alternatives (LOAD ajax=False) don't get my anywhere. ajax=False, ajax_trap=False is not useful since the request is sent back to the parent controller function, which knows nothing about the form defined in the controller function for the component. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-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/groups/opt_out.

