-
AuthorPosts
-
December 29, 2015 at 5:57 pm #724838
I built a page with cornerstone and need to add a paypal donate button.
Using the text element it does not show up. There doesn’t seem to be an option for html?
This is the code I need to add for the paypal button and link:<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”_top”>
<input type=”hidden” name=”cmd” value=”_s-xclick”>
<input type=”hidden” name=”hosted_button_id” value=”QCH4KX9QYG4Z4″>
<input type=”image” src=”http://libbyevents.com/wp-content/uploads/2015/10/footer_donate.gif” border=”0″ name=”submit” alt=”PayPal –
The safer, easier way to pay online!”>
</form>Can you help?
December 29, 2015 at 10:46 pm #725068Hi there,
Thanks for writing in!
You can try adding your code in a Raw Content element (see: http://prntscr.com/9k54rq).
Thank you!
December 30, 2015 at 9:57 am #725551I tried the raw content element also also and it does not show up.
December 30, 2015 at 10:06 am #725562Hi There,
Your button code is working fine on my end:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="QCH4KX9QYG4Z4"> <input type="image" src="http://libbyevents.com/wp-content/uploads/2015/10/footer_donate.gif" border="0" name="submit" alt="PayPal –The safer, easier way to pay online!"> </form>
In this case, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link login to your site
– WordPress Admin username / PasswordDon’t forget to select Set as a private reply. This ensures your information is only visible to our staff.
Thanks.
December 30, 2015 at 2:19 pm #725823I must have messed up the code because now it is showing properly using a text element. But now a new problem is it drops it way down on the page. Is there a way to move the paypal button up so it aligns properly.
If you take a look at the bottom of the page at http://libbyevents.com you will see my issue.
Thanks for your help.
December 30, 2015 at 2:40 pm #725855Please disregard my last request as Paypal gave me a different kind of link which solves my problem as it is no longer a form format. You can close this request. FYI I really appreciate your support. You guys rock!!!
December 30, 2015 at 5:55 pm #726041Hey There,
We are glad you’ve figured out a way to resolve your issue. Thanks for letting us know!
If you need anything else we can help you with, don’t hesitate to open another thread.Happy New Year!
-
AuthorPosts