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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -