Paypal form buttons not working

Need help with the Administration of your Joomla! 1.5 site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
tglass118
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Thu Apr 30, 2009 6:46 pm

Paypal form buttons not working

Post by tglass118 » Mon Dec 08, 2014 5:11 pm

I generated 3 paypal buttons for our organization's website. The donate button on the Home page in the right sidebar works fine. (http://newyork.cisvusa.org/). But the Membership Dues (http://newyork.cisvusa.org/index.php?op ... &Itemid=54) and Other Payment buttons (http://newyork.cisvusa.org/index.php?op ... icle&id=61) do not work.
The article editor strips out the action url on the form tag. When I enter
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
Then save, I end up with
<form method="post" target="_top">
The Donate button in the sidebar module however does not strip the URL action. So that button works.

User avatar
numinousmedia
Joomla! Ace
Joomla! Ace
Posts: 1567
Joined: Fri Dec 16, 2011 6:13 pm
Location: Barberton, OH
Contact:

Re: Paypal form buttons not working

Post by numinousmedia » Tue Dec 09, 2014 7:20 pm

Make sure that your Article Manager Parameters and your article editor are both set to not strip out HTML or Javascript.
Ryan
Frontend Developer and Joomla Professional
Ethode Website Development: http://www.ethode.com
Personal Site: http://www.numinousmedia.com

tglass118
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Thu Apr 30, 2009 6:46 pm

Re: Paypal form buttons not working

Post by tglass118 » Tue Dec 09, 2014 8:20 pm

I don't find that option in either Article Manager Parameters or article editor (Tiny mce) I also tried two other article editors and neither worked. Finally installed Sourcerer button and enclosed form code in {source} tags and it now works. Still don't understand why editors were stripping out only the form action URL.

User avatar
numinousmedia
Joomla! Ace
Joomla! Ace
Posts: 1567
Joined: Fri Dec 16, 2011 6:13 pm
Location: Barberton, OH
Contact:

Re: Paypal form buttons not working

Post by numinousmedia » Tue Dec 09, 2014 8:57 pm

By default, most editors are set up to remove extra code to prevent formatting errors or malicious code. Joomla is also set up to prevent malicious code too. In Joomla 1.5, you can disable this feature in the article manager parameters (Set filter type to "Blacklist"). In later versions of Joomla, you can change this setting in the Global Configuration. This setting is pretty simple to disable though. In JCE, you can edit this setting in your editor user profile. Sourcerer is another good way to approach this.
Ryan
Frontend Developer and Joomla Professional
Ethode Website Development: http://www.ethode.com
Personal Site: http://www.numinousmedia.com

tglass118
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Thu Apr 30, 2009 6:46 pm

Re: Paypal form buttons not working

Post by tglass118 » Tue Dec 09, 2014 9:26 pm

I had filter set to blacklist the whole time. But thanks for the info.

User avatar
dpacadmin
Joomla! Champion
Joomla! Champion
Posts: 6029
Joined: Sat Aug 16, 2008 1:46 pm
Location: the Bat Cave
Contact:

Re: Paypal form buttons not working

Post by dpacadmin » Wed Dec 10, 2014 9:46 pm

A possible fix is to use no editor in the User Manager setting for your user, in this method most code is not stripped.

tglass118
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Thu Apr 30, 2009 6:46 pm

Re: Paypal form buttons not working

Post by tglass118 » Wed Dec 10, 2014 10:06 pm

I tried that. Didn't work.


Locked

Return to “Administration 1.5”