Quote:
Originally Posted by txsbmw
1. Yes that is what I have done, but I was wondering if it is possible instead of having them fill it out at Paypal, if it could be inputed on the donation form before it is sent to paypal, like the other one does.
2. My paypal account has been set up for several years now. Never saw an option to do that. By any chance do you know where that would be done at? I thought it had to actually be put in the paypal button code (at least that is what it says on paypal).
3. Well crap, LOL!
4. Yes I have that set up, but I am talking about donors that donated before this was ever installed. I had to manually add them via add donor with the amount but it did not reflect it within the goal amount.
Thanks for helping me!
|
1. Why would you want to do that as the idea is for your donors to enter confidential info through the security of the Paypal site. But to answer your question it probably is possible but I would not do that.
2. You are correct, if you go to your paypal account and go through the options for creating a button it gives the code for allowing notes to be added. You would need to edit the template donations_bits and add the following
Code:
<input type="hidden" name="no_note" value="0">
check the info at paypal but I believe thats it.