Open quform/process.php and search for the term $config['redirect']
. You can set this variable to the URL you would like to redirect to:
1 | $config['redirect'] = 'http://www.example.com/your_thanks_page.html'; |
$config['redirect'] = 'http://www.example.com/your_thanks_page.html';