'contact_form',
'data' => array(
'first_name' => $_POST['name'],
'company_name' => $_POST['company_name'],
'email' => $_POST['email'],
'website' => $_POST['website'],
'phone_number' => $_POST['phone_number'],
'budget' => $_POST['budget']
)
));
if ($_SERVER['REQUEST_METHOD'] == 'POST')
$result='
Thank You! A representative will contact you shortly
';
}
else
{
$result='
Please enter '.implode(', ', $err).'
';
}
}
?>
Advertise with Us
Boost your sales by advertising with Smarter Reviews. We offer a variety of advertising options. However, we only accept exceptional products. Apply by filling out the form below and we will let you know within 48 business hours if we think you'd be a great fit for Smarter Reviews.