I want to create a form parser, to not break the compatibility with FORM

something like this:

raw_form = SQLFORM(db.table)

from plugin_html5form import HTML5FORM
html5_form = HTML5FORM(form)

So HTML5FORM receives a FORM object and loops inside its components
changing everything to html5 pattern, also it can receive some extra values
as fields_order, include_fieldset=True, labels={}, and subform=FORM()

I did not started to code the plugin, I am just wondering about it.

-- 

Bruno Rocha
[http://rochacbruno.com.br]

Reply via email to