This topic is locked
[SOLVED]

 Return from edit to same record in list

11/16/2017 4:46:15 PM
PHPRunner General questions
G
GregJ author

How can I return to the same list page after an edit?
Example:

/Members_list.php?goto=5&tab=regreview&orderby=aLastName;aFirstName

G
GregJ author 11/21/2017



How can I return to the same list page after an edit?
Example:

/Members_list.php?goto=5&tab=regreview&orderby=aLastName;aFirstName


OK, I got this working as it should. The problem was an old redirect stuck in an event. The event was showing as blank but until I did a full build the redirect was still active.