Can I redirect a user to a different page when the form is submitted?

Form redirect to external webpage

Yes, place this code just under the "PURL CODE" at the top of your index.php file:

if($_GET['page'] == 100) header( 'Location:  http://www.yourwebsite.com' );