javascript - paypal donate button extra field -


i use paypal api create donate button. want add field "donation for: " passed on paypal website when user makes donation.

here how have added new custom option:

<input type="hidden" name="on0" value="donation for"> <input type="hidden" name="os0" value=""> 

it works on paypal website passed simple text. there way pass values paypal on paypal website user able edit field(input text)?

thank answers.

change type attribute on os0 field text display user , can edit before submitting.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -