This topic is locked

Changing behavior after saving new record

1/12/2007 4:03:10 AM
PHPRunner General questions
J
Jean author

Hello,

By default, after saving a new record the add form (emptied) remains on the screen. I would like to go to the list module automatically instead of staying in the add form. Can anybody help me to find how ?

Thank you in advance.

Jean

J
Jane 1/12/2007

Jean,
you can do it using events.

Proceed to the Events tab, select After record added event and add your code in it. Use Redirect to another page action as a sample.

J
Jean author 1/12/2007

So easy, great, thank you, Jane!