Re: [Zope] Can ZPT form call a url?

2005-05-24 Thread Dieter Maurer
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.

Re: [Zope] Can ZPT form call a url?

2005-05-24 Thread Phillip Hutchings
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. Fortunately, most web browsers are lax and let you do this. Safari is not, but the warnings are a bit obscure to most users, as

Re: [Zope] Can ZPT form call a url?

2005-05-23 Thread Andreas Jung
--On Montag, 23. Mai 2005 22:36 Uhr -0400 James O'Keefe [EMAIL PROTECTED] wrote: On our website we have a form where by a person can subscribe to our announcements list. It is the standard mailman form. We would like to expand on that form such that a user can enter their email address