This is probably very simple, sorry in advance! I have a form defined in a model file: db.define_table('table1', Field('X', 'integer')) I have a controller that is also defined as: def index(): form = SQLFORM(db.X) return dict(form=form) In my index view file I have:
<h2>Input form</h2> {{=form}} I want to use value X in a scheduler defined as a model like: A = X+2 The form shows up as expected. I enter a value in it and submit it. The scheduler is running as expected. However it looks like the value X never gets set to what I enter. Any idea? -- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.