Code:
<?php
$email_to = "email address"; // your email address
$email_subject = "Contact Form Message"; // email subject line
$thankyou = "/contact/thankyou.html"; // thank you page
// if you update the question on the form -
// you need to update the questions answer below
$antispam_answer = "25";
?>
I want $thankyou to be a popup window is there a way to do this?