Is there any way to retrieve the type(checkbox,r adio...) of the form
field from cgi.FieldStorag e. I tried something like form['name'].type,
but this field seems to be None for all the form fields
field from cgi.FieldStorag e. I tried something like form['name'].type,
but this field seems to be None for all the form fields
Comment