This topic is locked

Redirect after Add

1/18/2016 9:44:36 AM
PHPRunner General questions
J
jaffleck author

PHPRunner Version 8.1

Build#: 24916 x64
I cannot get the redirect to the edit page after an add to work. I have tried both setting this in Page - Add new - Settings and in the After Add event using the following:
header("Location: objects_edit.php?editid1=".$keys["record_id"]);

exit();
Neither works. It always returns to the List page. Oddly enough, the second approach did work at one time, but after modifications to the add page it stopped working. Is there anything I can do in the line of debugging to determine why this has stopped working?

Sergey Kornilov admin 1/18/2016

This sort of question cannot be answered without having access to your application. You need to post your application to Demo Account and contact support directly.