What is the correct code to get this working or is the shipping code correct?
<?php include("ooP.php") ?>
<form action="https://orderpage.ic3.com/hop/orderform.jsp" method="post">
<?php InsertSignature("10.00") ?>
<input name="comments" type="hidden" id="comments" value="PACK OF 2 - CANDLE SHOP WARM MELTS">
<p align="center"><span class="style6">Quantity:
</span>
<select name="orderPage_editableShipToFields">
<option value="001">1
<option value="002">2
<option value="003">3
</select>
<p align="center"><span class="style6">Shipping options:
</span>
<select name="orderPage_editableShipToFields">
<option value="001">Ground $5.00
<option value="002">2 Day $13.00
<option value="003">Overnight $17.00
</select>
<p align="center">
<input name="submit" type="image" src="images/buynowADDTOCART.gif" alt="Make payments with CyberSource - it's fast, free and secure!" width="60" height="10" border="0">
</form>