PayPal donate button doesn't work - Joomla! Forum - community, help and support
i have put paypal button in xml file of module i'm making.
but when click it, instead of opening paypal page, opens localhost
!
in xml file of module, 've used <description><![cdata[ ]]></description> , in 've put paypal donate button code (which has form action="paypal.com" etc etc).
but, doesn't open paypal.com! instead, opens "http://localhost"!
what doing wrong?
(the paypal image shows correctly, form action doesn't work)
but when click it, instead of opening paypal page, opens localhost

in xml file of module, 've used <description><![cdata[ ]]></description> , in 've put paypal donate button code (which has form action="paypal.com" etc etc).
but, doesn't open paypal.com! instead, opens "http://localhost"!
what doing wrong?
(the paypal image shows correctly, form action doesn't work)
not sure if problem, form action external url must action="http://www.paypal.com" in order work. see: http://www.w3schools.com/tags/att_form_action.asp
Comments
Post a Comment