<FORM action=""http://ww3.aitsafe.com/cf/add.cfm">http://www.aitsafe.com/cf/add.cfm"
METHOD="post">
<input type="hidden" name="userid" value="1234567">
<input type="hidden" name="product[]"
value="Donation">
<INPUT type="hidden" name="return" value="www.yourdomain.com/yourpage.htm">
$<INPUT size=10 name=price>
<INPUT type="submit" value= Donate ><INPUT
type="reset"
value= Reset >
</form> |
If you are collecting donations for more than charity (or whatever),
just duplicate the code for each and name them product1[ ], product2[ ], etc. and be sure
to change the value of "Donation" above) to reflect the different charities.
With a bit more effort, this can also be set up in a form with multiple charities and
donations with a single submit button for those who wish to donate a given amount to
different charities at one time. |