QualifyNewRegister
Before you get onto this site, you need to answer some SPAM clearance questions
Only the right answers will allow you to proceed to the approval request form
[insert_php]
if (isset($_POST[‘submit’]))
{
$hcap = $_POST[‘hindex’];
$rate = $_POST[‘rtees’];
$slope = $_POST[‘slope’];
if ($hcap <> ‘Uxbridge’ or $rate <>‘Turnbull’ or $slope <> ‘Maxwell’)
{
echo ‘‘;
}
else
{
header(‘Location: https://wyndancegolf.ca/joinus-2/’);
//https://wyndancegolf.ca/registration-pie2/?action=register’ —-old
}
}
[/insert_php]