> You only need widgets
>
> <form>
> {{=form.custom.widget.field1}}
> {{=form.custom.widget.field2}}
> {{=form.custom.widget.field3}}
> <input type="submit">
> {{=form.hidden_fields()}}
> </form>
better is to use {{=form.start}} in stead of <form>, this will take
over any actions/methods etc that are used in the SQLFORM,
and for now {{=form.close}} and </form> are the same unless I can
figure out how to include the {{=form.hidden_fields()}} properly in
{{=form.close}}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---