Newby question.
def mydef():
form = SQLFORM(db.mytable)
if form.process.accept():
conditions here
return locals()
view:
{{=form}}
What if form is defined in the view first.
How to invoke the controller. if in view
<form>
first name: <br>
<input type="text" name="firstname"><br>
last name: <br>
<input type="text" name = "lastname">
</form>
How to process this form and accept it in the controller. like if
form.process.accept():....
--
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.