When using the TextField widget if the name parameter is "title" it creates the following default value:
<INPUT TYPE="text" NAME="title" VALUE="<built-in method title of str object at 0x009BA038>">
When using the TextField widget if the name parameter is "title" it creates the following default value:
<INPUT TYPE="text" NAME="title" VALUE="<built-in method title of str object at 0x009BA038>">