[Zope] Can ZPT form call a url?
Dieter Maurer
dieter at handshake.de
Tue May 24 15:22:46 EDT 2005
James O'Keefe wrote at 2005-5-23 22:36 -0400:
>We would like to expand on that form such that a user can enter their email
>address and zip code which we would log to our database and then call the url to
>subscribe the person in the mailman list.
The easiest way it to perform a redirect.
Unfortunately, HTTP allows automatic redirects only for "GET" requests.
But, if you can live with "GET", then it is very easy.
--
Dieter
More information about the Zope
mailing list