This topic is locked

Using phprunner

3/31/2006 2:24:44 AM
PHPRunner General questions
C
Carlier author

Good morning,
I would suggest some improvement... I think
When some users follows forms on data, they click on Submit

They have a small message saying "your record is save"

And they you clik to list to return on list_xx
Some of enduser, when they submit 1 time are sting on that page, and some time are clear and still submit with news data.
And finally, whe are more time the same record .... As I am in increment I am obliged to delete the records, and the number are not in follows.
I wonder If it is possible to return on the list as soon as the submit so may be the user will not subcribe many time again ...
Thanks you in advance.
Alphonse Carlier

Sergey Kornilov admin 3/31/2006

Alphonse,
you can do it using events.

Go to the Events tab, select Redirect to another page action for After record edited event and replace anypage.php with your current list page.

C
Carlier author 3/31/2006

Hello,
Thanks you
But is it on the older version on still on the new of Phprunner ?
Thanks

Sergey Kornilov admin 3/31/2006

Hi,
events and Events tab were added only in PHPRunner 3.0.

C
Carlier author 3/31/2006

Hi,

events and Events tab were added only in PHPRunner 3.0.


Ok I saw where it is, I will try.
Thanks
Alphonse