Hello, I saw code for button in one website "buy now" and was possible to change price via html code in website (not via paypal account) How I can to create the same button and change price only in webstie html code? This code (without personal data) <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <div style="display: none;"><input name="cmd" type="hidden" value="_xclick" /> <input name="business" type="hidden" value="mail@ mail.com" /> <input name="lc" type="hidden" value="RU" /> <input name="item_name" type="hidden" value="Name" /> <input class="inputbox" name="amount" size="5" type="hidden" value="19" /><input name="paypalcurrency_code" type="hidden" value="EUR" /> <input name="paypallength" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="EUR" /> <input name="button_subtype" type="hidden" value="services" /> <input name="no_note" type="hidden" value="0" /> <input name="bn" type="hidden" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHostedGuest" /></div> <input alt="Make payments with PayPal - its fast, free and secure!" name="submit class=" type="submit" value="Buy" />
... View more