[ Home ] [ All in one ] [ Auction Payments ] [ Buy Now Links ] [ Check boxes ] [ Collecting cash ] [ ges_tidbits ] [ Host Reviews ] [ Hyperlinks ] [ Tags, Fields & Tips ] [ Misc Examples ] [ Multiproducts ] [ Multiproductform ] [ The New Button Tag ] [ New Window ] [ Payment Services ] [ php_mysql ] [ Posting Messages ] [ productpr ] [ Q&A from the forum ] [ Unsecure Payments ] [ Vouchers ] [ Shipping ]


Collecting Donations or Cash Payments


Please enter amount you would
like to donate in the box below

$


<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.

Back (368 bytes)