<head>
<script src="https://core.spreedly.com/iframe/iframe-v1.min.js"></script>
</head>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<form id="payment-form"
action="https://gardenisledisposal.com/checkout"
onsubmit='submitPaymentForm(); return false;'>
<input type="hidden" name="payment_method_token" id="payment_method_token">
<label for="full_name">Name</label>
<input type="text" id="full_name" name="full_name"><br/>
<label>Credit Card Number</label>
<div id="spreedly-number" style="width:225px; height:35px; border: 2px solid"></div><br/>
<label for="month">Expiration Date</label>
<input type="text" id="month" name="month" maxlength="2">
<input type="text" id="year" name="year" maxlength="4"><br/>
<label>CVV</label>
<div id="spreedly-cvv" style="width:60px; height:35px; border: 2px solid "></div><br/>
<input id="submit-button" type="submit" value="Pay Now" disabled>
</form>