[Zope] dtml-if and processing a form

Norman Khine norman@khine.net
Tue, 30 Jul 2002 22:07:38 +0100


Hello,
I have a form which has number of fields and also has 3 radio buttons, I am
a bit stuck as to how to process this form as I want to be able to depending
on the radio button choice made for the response to be a different dtml
document.

So if I choose radio button 1, the result will be added to the database and
the response will take me to page1.dtml; if the choice is radio button2 the
response will take me to page2.dtml and so on....

What is the best way to do this two actions, add the data to the database
and redirect to the correct page?

Thanks

Norm