i can get the $amount
to show up on the page, but after I get a error telling me i need to add in an amount for it to run through the script
i just need the $amount
to be added by the $payment
, $donation
, and post the $amount
<label>Payment:</label>
<input name="payment" id="payment" class="small-field" value="<?php echo $payment;?>" />
*
<div class="clr"></div>
<label>Donation:</label>
<input type="checkbox" id="donation" name="donation" value="1.00" />
<div class="clr"></div>
<?php echo $amount;?>