position – Multiple fields in web2py FORM – Stack Overflow
|
I want to make a simple FORM (not SQLFORM) in web2py with two fields namely ‘name’ and ‘password’.
I could generate the form but the fields are not appearing what we expect Is there a way i can position the fields.
|
|||
|
feedback
|
|
The FORM and INPUT helpers are just replacements for the HTML
Depending on how you want the form formatted, you could add additional web2py HTML helpers and/or use CSS. For example, if you want each input on a separate line, just put each one into a DIV:
Alternatively, if you want to take advantage of some of web2py’s SQLFORM functionality (such as the |



























Add New Comment
Showing 14 comments