Hi Mel,
Thanks for the response. So, what you're suggesting is, we localize the function on the code we're getting and just change the following line:
$redirect = JFactory::getApplication()->getUserState('com_jfbconnect.login.return', 'index.php');
to a redirection link of a different kind (in our case, we want it to redirect to the same link, or publish the action based on the "review" provided). What would be the correct syntax for this?