[php]if(isset($_POST[‘rating’]))
{
// Do you stuff then redirect
header(“location:http://onetrusthomeloans.com/get-started-now/thank-you-for-applying”);
// adding exit();
exit();
}[/php]
[php]if(isset($_POST[‘rating’]))
{
// Do you stuff then redirect
header(“location:http://onetrusthomeloans.com/get-started-now/thank-you-for-applying”);
// adding exit();
exit();
}[/php]