Here's how to fix the problem. Between the form tags, add the discolored code:
Code:
<input type="text" name="amount" size="6" value="$0.00" />
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="domain@yours.com" />
<input type="hidden" name="item_name" value="Website Support Donation" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="tax" value="0" />
<input type="hidden" name="shipping" value="0.00">
<input type="hidden" name="shipping2" value="2.00">
This will override shipping that you may charge for items actually sold on your site.
I changed the value from 5.00 bucks to zero so people don't think I'm looking for a 5 buck donation, your welcome to change it to whatever you want.
I clicked install moments after my last post.