> My question is: How let these two form works together? I try to use > two codes for these two forms, e.g. Login.py for login form and > search.py for search form. But when user input data in search form and > click its submit button, it just comes back to login form. Second form > doesn't work. > > Any help is appriciated!
It sounds like the "action" attribute in the 2nd form's <form> tag is not pointing to search.py. -- http://mail.python.org/mailman/listinfo/python-list