You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Monday, May 8, 2017 at 2:07:01 PM UTC-7, Joe Barnhart wrote:
In the section about SQLFORM, the description of hidden fields is demonstrably wrong. The code example is:
form.vars.a = request.vars.a
form = SQLFORM(..., hidden=dict(a='b'))
Since the variable "form" is created on the second line, it is not available on the first as the target of an assignment.
The text was updated successfully, but these errors were encountered:
On Monday, May 8, 2017 at 2:07:01 PM UTC-7, Joe Barnhart wrote:
In the section about SQLFORM, the description of hidden fields is demonstrably wrong. The code example is:
form.vars.a = request.vars.a
form = SQLFORM(..., hidden=dict(a='b'))
Since the variable "form" is created on the second line, it is not available on the first as the target of an assignment.
The text was updated successfully, but these errors were encountered: