See this link: http://awesomescreenshot.com/0ff4rjyb66
I have written a text "i need here textfield".
So when user click on donate button, it redirect to paypal gateway and user can enter the text in a text field why they are going to donate in a textfield beside amount field?
So is it possible to add a textfield beside amount field in a paypal page?
Plz Help...
Thank You
Related
How can i add fixed value donation paypal if no business account, all i have is a button id, i'd like to add fixed amount when a user clicks on an image. Any ideeas how to do it?
You can create a URL like this
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=YOUR_EMAIL_ACCOUNT¤cy_code=USD&amount=YOUR_FIXED_AMOUNT
This will take user to the Donation page with amount filled in.
Also, you can do the same here - paypal.com/donate/buttons
I want my users to be able to choose the amount before clicking on the "pay now" PayPal button. On the page to build such button on PayPal website, one can add custom fields and call it "amount", but the value entered in this field will not be taken into account when users click the button: they are directed to PayPal website to validate payment, however the amount is zero.
How to create an amount field so that when the user enters a value X and clicks the button, this value X appears as the amount on PayPal payment page?
If you post a sample of the button code you're working with I could adjust it for you accordingly. It sounds like you just need to set something like the following in your code.
<input type="text" name="amount" value="" />
That would make a text field display so the person could enter the amount they want, and since the name is amount, when posted to PayPal it would see it the same as if it were a hidden field.
The easiest way to allow your customers to choose the payment amount is to simply leave the amount field blank when creating the button in the button factory. No custom fields are necessary. The customer will be prompted to enter an "item Price on the hosted checkout page and that is what the customer will pay unless you have profile tax or shipping enabled.
I want to create PayPal button with dynamic price (depending from the item)
and hidden notify url.
The "amount" input is not working with saved and encrypted buttons,
but if I use plain text the notify_url is visible in the code.
Is the a way it to be hidden or encrypted and in the same time to have
working amount input
You don't have to specify the notify_url in code, specifying the notify_url as a hidden input only overrides the one that you have specified in your paypal account. About the price, there are lots of possibilities with paypal starting from creating a simple "buy now" button with dropdowns above to select price+product to paypal api's where you can generate buttons in your application
how do i create donate buttons using paypal premier account?. i couldn't find donation button creation link, how can i do that?.
Is there any special procedure to get donation button?
donate button option does not appears if user logged in, so create one without loggedin and change that code to match to registered users code like emailid and so on. But i dont know this is right or wrong. I used this method for one project and it works fine.
I got to it through this link and can see Donation as an option in the "Accept Payments For" dropdown.
If someone still needs this, then you'll find the buttons under the Merchant Services menu item in your profile. Click on the menu item and then you'll see "Create Payment Button for your website" in that page. Clicking that link, you'll be able to create your button (any type).
I have paypal donate button and I wanna send hidden note with it.
How can I add it?
Thanks
PayPal has documentation on advanced donate buttons.
Step 5. could be for you:
Add advanced variables to the HTML
code of your payment button
(optional).
If you are familiar with the HTML
programming and the advanced HTML
variables supported by Website
Payments Standard payment buttons, you
can enter them here. Select the
checkbox, and then enter the variables
in the text box that appears below it.
Enter any advanced HTML variables in
the following, name/value-pair format:
variableName=allowableValue
On a side note, connecting your Forum's user ID with the real name you get from a PayPal donation could be a privacy issue, even a legal problem in some jurisdictions. I'm quite sure it would be one here in Germany, even though the users who donate to you will probably not mind you knowing who they are.