<h1 align="center">Thanks for your order
<?= $_GET["Contact0FirstName"]; ?>!</h1>
<h2 align="center">We really appreciate your business and as a token of our gratitude, we'd love to give <br />
you a full 90 day trial to our most popular product ever!</h2>
<h3 align="center"> All you have to do to accept this great free trial is click the "YES" button<br />
below and we'll automatically put it in with your shipment!</h3>
<h1 align="center"><form action="https://moldingbox1.infusionsoft.com/AddForms/processFormSecure.jsp" method='POST'>
<input value="a0b5b00feadee4d09aa70f0461305cc9" name="xid" type="hidden" id="xid" />
<input value="CustomFormWeb" name="type" type="hidden" id="type" />
<input type='hidden' name='Contact0FirstName' value='<?= $_GET["Contact0FirstName"]; ?>'>
<input type='hidden' name='Contact0LastName' value='<?= $_GET["Contact0LastName"]; ?>'>
<input type='hidden' name='Contact0Email' value='<?= $_GET["Contact0Email"]; ?>'>
<input value="Yes! Add This To My Order Now" name="Submit" type="submit" class="button np inf-button" id="Submit" />
</form></h1>
<!-- Set Downsell -->
<?php
$url_string = "";
foreach($_REQUEST AS $key=>$value){
$value = urlencode($value);
$url_string .= "&{$key}={$value}";
}
?>
<!-- END Set Downsell -->
<h3 align="center"><a href="https://www.yoursite.com/upsell_2.html?<?php echo $url_string; ?>">No Thanks</a></h3>