explorer Posted May 2, 2007 Share Posted May 2, 2007 This my Code <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="XXX@Mail.com"> <input type="hidden" name="item_name" value="XXName"> <input type="hidden" name="item_number" value="Thank you for your generous donation. Your Donation Will Be Used To Pay For our ever increasing bandwidth costs, our hosting Se"> <input type="hidden" name="no_shipping" value="2"> <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="lc" value="US"> <input type="hidden" name="bn" value="PP-DonationsBF"> <div align="center"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" alt="Donate money to keep the site up."/> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> hi plz how can change the Fonction (name="item_number" value="Thank you for your generous donation.... ) with a text Box and the (<"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif") with call Botton like this <FORM class=mencellover method=post>Your Text: <INPUT type=hidden value=1 name=item_number> <INPUT style="WIDTH: 240px" maxLength=32 name=k> <INPUT type=submit value="Make a Donation!"> thx Quote Link to comment Share on other sites More sharing options...
john010117 Posted May 2, 2007 Share Posted May 2, 2007 I don't really get what you're saying... So for your first question, you want the "Thank You message" in a textarea? Why did you mark it as "hidden" in the first place? <textarea name="item_number">Thank you for your generous donation. Your donation will be used to pay for our ever increasing bandwidth costs, our hosting Se</textarea> But your second question makes no sense to me. Care to elaborate? Quote Link to comment Share on other sites More sharing options...
explorer Posted May 2, 2007 Author Share Posted May 2, 2007 no i want to change this <input type="hidden" name="item_number" value="Thank you for your generous donation. Your Donation Will Be Used To Pay For our ever increasing bandwidth costs, our hosting Se"> With This ps: that mean i can change my text any time <FORM class=mencellover method=post>Your Text: <INPUT type=hidden value=1 name=item_number> <INPUT style="WIDTH: 240px" maxLength=32 name=k> and <div align="center"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" alt="Donate money to keep the site up."/> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> with a botton like this <INPUT type=submit value="Make a Donation!"> plz you can fix that Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.