[web2py] Hidden fields in SQLFORMs are one-way?

2018-08-26 Thread Joe Barnhart
So I'm trying to use a hidden field to create some unique behavior in a form. I want to send out the field when the form is first created (using the hidden=dict(...) keyword on SQLFORM). But later, while processing the form through the error phase, I want to update that value to a different v

[web2py] Re: Geolocation: how to execute js script (navigator.geolocation, ecc) before controller code?

2018-08-26 Thread Donald McClymont
I have now fixed a few things to avoid some errors and set to require https as IOS/Safari will only render locations under https. For laptops etc the proposed locations are not terribly accurate unless the wifi has been logged or they have GPS chip installed. However that's really a separate

[web2py] Re: Web2py and Janrain: facebook login redirect misfires

2018-08-26 Thread GiuGiu Roberti
I noticed that in the last release of Web2py the problem was solved. I tried to upgrade from Web2py 2.14 to 2.17 but since the site stopped working I chose this temporary solution: 1) these are the new files I added (taken from Web2py 2.17) */web2py/gluon/contrib/ipaddress.py* */web2py/gl