nulleliten
New Member
I'm comparing wtforms fields (http://wtforms.simplecodes.com/docs/0.6/fields.html) to \[code\]<input>\[/code\] tags (http://www.w3schools.com/tags/att_input_type.asp). for some fields in wtforms, the \[code\]<input type>\[/code\] equivalents are easily guessed. but for others, I really don't know how they could be implemented.Is there any example web pages where I can try rendered wtform fields? or is there some collection of templates for wtforms so I can try them myself?