Yet another donate button that doesn't work!

Donnac1222
Contributor
Contributor

I have read thru the forum - I THINK I have done it right . . . but it still doesn't work.  What the heck am I doing wrong?  My url is www.cnycatcoaltion.org.  The code is below:

 

<A <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="RW32QJLJ5N28Y">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</A>

Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

K6kid
Contributor
Contributor

Hello Donnac1222!

 

Looks like it's a quick simple fix! I couldn't get your URL or site to pull up but in your code snippet below it looks like your first <A> tag is missing a bracket >

 

Corrected code below:

<A> <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="RW32QJLJ5N28Y">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer,

easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</A>

 

 

Hope this helps!

View solution in original post

Login to Me Too
6 REPLIES 6
Solved

K6kid
Contributor
Contributor

Hello Donnac1222!

 

Looks like it's a quick simple fix! I couldn't get your URL or site to pull up but in your code snippet below it looks like your first <A> tag is missing a bracket >

 

Corrected code below:

<A> <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="RW32QJLJ5N28Y">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer,

easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</A>

 

 

Hope this helps!

Login to Me Too

Donnac1222
Contributor
Contributor

OMG!  That must have happened in all the back and forth trying to fix it. Thanks!  So I fixed it, but now I get 

"Sorry — your last action could not be completed."  Any idea what's up with that?

 

Also, I'm concerned that you couldn't get the web page.  I'll post it again just in case I made an error the first time:

 

http://www.cnycatcoalition.org/

Login to Me Too

K6kid
Contributor
Contributor

I can access the site with the new URL provided.

 

I click on the button on the left hand side of the page and am able to get to the PayPal page where I can enter in my donation amount. I'm using internet explorer 8.

 

What browser are you using? Try clearing out the cache and cookies and let's see what happens.

 

Login to Me Too

Donnac1222
Contributor
Contributor

I am using IE8 too.  I cleared the cache, cookies, etc., but no go.  I still am getting the same thing.  I'm glad it is working for you.  It works for me if I go to it thru Google Chrome too.  Weird.

Login to Me Too

rayray10
New Community Member

ik right

Login to Me Too

Joglo
New Community Member

I am new to sites and creating things and I am starting a non for profit looking for anyone that has a heart that will be willing to give great help and advice

Many Blessings

Angie

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.