hi, I'm trying to pass some values from a webform into a python script.
___________________________ <html> <form action="proccessForm.py"> <p>Name: <input type="text" name="filename"/></p> <p>Email: <input type="text" name="title"/></p> <p><input type="submit" name="submit" value=" Submit "></p> </form> </html> ___________________________ Now, how do I call these individual attributes (filename,title, etc.) in my "processForm.py". I think it has something to do with the: REQUEST=context.REQUEST command, but I'm not quite sure how to implement it properly. Also this is done through Zope if that makes a difference to anyone. Thanks in advance, mjakowlew -- http://mail.python.org/mailman/listinfo/python-list