23 Mar
2004
23 Mar
'04
8:50 p.m.
Patrick Ulmer wrote at 2004-3-23 16:03 +0100:
acrobat reader can send the inserted data from a pdf-formular to a defined url. i want to use a python-script to get the data, but i don't know how to do that. How can I access the data in python under zope?
Use as URL the URL of a DTML Method with the following source: <dtml-var REQUEST> Look at the result. -- Dieter