Friday 11 January 2008 1:50:32 pm
Correct me if I'm wrong, but what about creating a custom edit handler and using a hidden form element (could be named redirectURI or potentially anything). Within the custom edit handler, you can redirect using the hidden form field, something like:
$module->redirectTo( $http->postVariable('redirectURI') );
For more information about custom edit handlers, check out the link below. http://serwatka.net/en/blog/ez_publish_3_8_new_custom_edit_handler
|