Oliver Vecernik writes:
> I'm designing an application gathering data with forms. Navigation
> should be done with Prev and Next buttons. As long as I'm not leaving
> the form data should be entered, processed and the *same* or another
> form should be displayed, depending on input of the user.
>
> So far I'm able to gather data, store them in a database, but can
> anybody give me a clue or point me to some docs how to control which
> form should be displayed next? It should depend on users input of let's
> say a text field.
Look for the "RESPONSE.redirect" method.
Dieter
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )