I'm using SQLFORM.factory to build a form. On occasion a user will claim that they submitted the form, but I have no record of it, other than in my server logs, I will see a POST back record.
The only way I have been able to duplicate users issues of the form 'appears to save, then refresh empty' is to add my site to the Restricted Sites list in IE. If I add it to trusted sites instead, then set the security level to 'High' (matching settings in 'restricted sites'), the form appears to work with the exception of response.flash. Two questions: 1) Has anyone seen something similar to this and is there a solution for getting the form to work? Can I verify that the site is somehow in a Restricted Sites list? 2) How best to log what's happening for analysis? Currently I have a log running on form submissions, to record incomplete forms in case a user says they completed it, but ignored the warnings that the form was incomplete and needed additional data. The log runs on form.process().accepted and form.errors() but neither catch the empty form from IE as a restricted site, the form loads fresh. The URL is picking up a trailing '#', so the form is being submitted at some level. It does appear as though the users that are having issues work in medical buildings. Are heavy handed IT depts. adding all outside sites to the restricted zone list? Anything I can do on my end? -- 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/d/optout.

