Thank You! - National Association of Residential Property Managers

Thank You!

global $http_param;
parse_str($http_param,$paraline);
if(!isset($paraline[‘confirm_text’]))
{
?>

Thank you for contacting NARPM®!

We’ll be in touch just as soon as we can. If your request is urgent please call us directly at  800-782-3452.

 

<?
}else{
echo $paraline[‘confirm_text’];
}