Hi,
It's not possible without plugin's code modifications.
Try to edit your plugins/system/plg_gkcontact/plg_gkcontact.php file and add the following line:
$cur_url = 'https://www.your-redirected-url.com/';
before:
$output .= '<form action="'.$cur_url.'" method="post">';
but I'm not sure if your form will work properly after that (i'm not able to test it now).
More information about the issue may be found here:
https://stackoverflow.com/questions/23822566/jquery-page-redirect-after-submit-the-form
Cheers
Joshua