> customize form markup. It has already been suggested that form can be > used for validation and its values can be used in a view with helpers > to create custom markup.
Yes, that would be "addressing form list elements from python". Mighty ugly IMHO when you take into account all you need to do to fill default states (think selects, checkboxes, etc). The suggested formify approach is an improvement in the sense that it does not interfere with and clutter up the design elements of the form (making it more in the spirit of a view), the flip side being that it does not work without javascript. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

